diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index ca3cf54..5061ce0 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -3,7 +3,6 @@ import { Github } from 'lucide-react'; export function Footer() { const [githubFollowers, setGithubFollowers] = useState(null); - // const [gitlabFollowers, setGitlabFollowers] = useState(null); // Fetch GitHub follower count useEffect(() => { @@ -18,34 +17,44 @@ export function Footer() { }, []); return ( -