From 647d727b85529445059533b3a90f450c2752b790 Mon Sep 17 00:00:00 2001 From: Xenon010101 Date: Fri, 29 May 2026 10:37:13 +0530 Subject: [PATCH] Fix: correct repo URL in Contributor stats fetch Signed-off-by: Xenon010101 --- src/components/Contributor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Contributor.jsx b/src/components/Contributor.jsx index 80936f9..671c1cb 100644 --- a/src/components/Contributor.jsx +++ b/src/components/Contributor.jsx @@ -134,7 +134,7 @@ export default function Contributor(props) { console.log(allContributors) const repoResponse = await fetch( - 'https://api.github.com/repos/Bitbox-Connect/Bitbox', + 'https://api.github.com/repos/Open-Code-Crafters/FitFlex', ); const repoData = await repoResponse.json(); setRepoStats({