diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index b2283d1..ca3cf54 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -17,18 +17,6 @@ export function Footer() { fetchGithubFollowers(); }, []); - // Fetch GitLab follower count - // useEffect(() => { - // async function fetchGitlabFollowers() { - // const response = await fetch('https://gitlab.com/api/v4/users/Snigdha-OS'); - // const data = await response.json(); - // if (data[0]?.followers_count !== undefined) { - // setGitlabFollowers(data[0].followers_count); - // } - // } - // fetchGitlabFollowers(); - // }, []); - return (