Skip to content

Commit 506edfd

Browse files
committed
fix: update social media links to new URLs
1 parent dc5ba3c commit 506edfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/Social.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ export const socialLinks: SocialLink[] = [
1717
{
1818
id: 1,
1919
name: 'GutHub',
20-
url: 'https://github.com/frontendfixer',
20+
url: 'https://git.new/frontendfixer',
2121
icon: faGithub,
2222
},
2323
{
2424
id: 2,
2525
name: 'LinkedIn',
26-
url: 'https://linkedin.com/in/lakshmikanta',
26+
url: 'https://dub.sh/lakshmikanta-linkedin',
2727
icon: faLinkedin,
2828
},
2929
{
3030
id: 3,
3131
name: 'Instagram',
32-
url: 'https://instagram.com/frontendfixer',
32+
url: 'https://dub.sh/frontendfixer-insta',
3333
icon: faInstagram,
3434
},
3535
{
3636
id: 4,
3737
name: 'Twitter',
38-
url: 'https://twitter.com/frontendfixer',
38+
url: 'https://dub.sh/frontendfixer-x',
3939
icon: faTwitter,
4040
},
4141
];

0 commit comments

Comments
 (0)