Skip to content

Commit 34db8c3

Browse files
authored
Merge pull request #24 from gdgoc-usls/chore/change-events
chore: update social media links
2 parents 591c9ef + 25ec887 commit 34db8c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Footer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ export const Footer = () => {
2626
items: [
2727
{
2828
title: 'Github',
29-
link: 'https://github.com/gdsc-usls',
29+
link: 'https://github.com/gdgoc-usls',
3030
},
3131
{
3232
title: 'Facebook',
3333
link: 'https://www.facebook.com/dsc.usls',
3434
},
3535
{
3636
title: 'Instagram',
37-
link: 'https://www.instagram.com/gdsc_usls/',
37+
link: 'https://www.instagram.com/gdg.usls/',
3838
},
3939
],
4040
},
@@ -92,7 +92,7 @@ export const Footer = () => {
9292
</div>
9393
</div>
9494
<p className='mt-28 pb-8 text-center text-xs text-gray-400 md:text-base'>
95-
&copy; 2024 Google Developer Groups on Campus — USLS. All Rights
95+
&copy; 2025 Google Developer Groups on Campus — USLS. All Rights
9696
Reserved.
9797
</p>
9898
</footer>

0 commit comments

Comments
 (0)