diff --git a/client/src/components/footer/footer-social-links.tsx b/client/src/components/footer/footer-social-links.tsx index 34490e1..b669dd2 100644 --- a/client/src/components/footer/footer-social-links.tsx +++ b/client/src/components/footer/footer-social-links.tsx @@ -36,7 +36,7 @@ export const socialLinks: SocialLink[] = [ }, { name: 'Github', - link: '#', + link: 'https://github.com/omrajsharma/bigohhh.com/', icon: '/images/icons/github.svg', }, ]