Skip to content

Commit b39d2df

Browse files
authored
Merge pull request #143 from sdkman/remove-mastodon-soc-link
Remove mastodon social link
2 parents b21a0b6 + 97dfe6e commit b39d2df

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
@@ -2,7 +2,6 @@ import {
22
FaBluesky,
33
FaDiscord,
44
FaGithub,
5-
FaMastodon,
65
FaStackOverflow,
76
} from 'react-icons/fa6';
87

@@ -22,11 +21,6 @@ const socialLinks = [
2221
href: 'https://bsky.app/profile/sdkman.io',
2322
alt: 'Bluesky',
2423
},
25-
{
26-
icon: FaMastodon,
27-
href: 'https://mastodon.social/@sdkman@fosstodon.org',
28-
alt: 'Mastodon',
29-
},
3024
{
3125
icon: FaStackOverflow,
3226
href: 'http://stackoverflow.com/questions/tagged/sdkman',

0 commit comments

Comments
 (0)