diff --git a/src/pages/Community.jsx b/src/pages/Community.jsx index ad13ef3d..d052c5d7 100644 --- a/src/pages/Community.jsx +++ b/src/pages/Community.jsx @@ -18,7 +18,7 @@ function Community() { const getData = async () => { setInitialLoading(true) await fetch( - `https://api.github.com/repos/JasonDsouza212/free-hit/contributors?per_page=100` + `https://api.github.com/repos/JasonDsouza212/free-hit/contributors` ) .then((res) => res.json()) .then((data) => {