Skip to content

Commit b21a0b6

Browse files
authored
Merge pull request #142 from sdkman/remove-twitter-soc-link
Removed twitter social link
2 parents b84817a + b5694a1 commit b21a0b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/data/social-links.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
FaGithub,
55
FaMastodon,
66
FaStackOverflow,
7-
FaXTwitter,
87
} from 'react-icons/fa6';
98

109
const socialLinks = [
@@ -28,11 +27,6 @@ const socialLinks = [
2827
href: 'https://mastodon.social/@[email protected]',
2928
alt: 'Mastodon',
3029
},
31-
{
32-
icon: FaXTwitter,
33-
href: 'https://x.com/sdkman_',
34-
alt: 'X',
35-
},
3630
{
3731
icon: FaStackOverflow,
3832
href: 'http://stackoverflow.com/questions/tagged/sdkman',

0 commit comments

Comments
 (0)