We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5ba3c commit 506edfdCopy full SHA for 506edfd
src/data/Social.ts
@@ -17,25 +17,25 @@ export const socialLinks: SocialLink[] = [
17
{
18
id: 1,
19
name: 'GutHub',
20
- url: 'https://github.com/frontendfixer',
+ url: 'https://git.new/frontendfixer',
21
icon: faGithub,
22
},
23
24
id: 2,
25
name: 'LinkedIn',
26
- url: 'https://linkedin.com/in/lakshmikanta',
+ url: 'https://dub.sh/lakshmikanta-linkedin',
27
icon: faLinkedin,
28
29
30
id: 3,
31
name: 'Instagram',
32
- url: 'https://instagram.com/frontendfixer',
+ url: 'https://dub.sh/frontendfixer-insta',
33
icon: faInstagram,
34
35
36
id: 4,
37
name: 'Twitter',
38
- url: 'https://twitter.com/frontendfixer',
+ url: 'https://dub.sh/frontendfixer-x',
39
icon: faTwitter,
40
41
];
0 commit comments