Skip to content

Commit b302ef9

Browse files
authored
Update GitHub API URL for contributors fetch
1 parent 2f31d99 commit b302ef9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const FetchContributors = async () => {
22
const response = await fetch(
3-
'https://api.github.com/repos/Sharma-Ji-21/component-library/contributors'
3+
'https://api.github.com/repos/Gyanthakur/component-library/contributors'
44
);
55
const data = await response.json();
66
return data;
77
};
8-
export default FetchContributors;
8+
export default FetchContributors;

0 commit comments

Comments
 (0)