Skip to content

Commit

Permalink
fix(instagram): wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen committed Jul 8, 2024
1 parent d2199c6 commit 3f8494c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export const socialMedia: SocialMedia[] = [
},
{
icon: FaInstagram,
url: 'https://www.instagram.com/gdarchen/',
url: 'https://www.instagram.com/g_darchen/',
},
]

0 comments on commit 3f8494c

Please sign in to comment.