From 13595fea1e678153fd5bace105b70210f63eefcd Mon Sep 17 00:00:00 2001 From: Jason Dsouza <74404894+JasonDsouza212@users.noreply.github.com> Date: Fri, 7 Jul 2023 21:34:33 +0530 Subject: [PATCH] Update Community.jsx --- src/pages/Community.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {