Skip to content

Commit b84817a

Browse files
authored
Merge pull request #140 from sdkman/add-mastodon-soc-link
Added mastodon social link
2 parents 250f01e + f16bae4 commit b84817a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/social-links.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {
22
FaBluesky,
33
FaDiscord,
44
FaGithub,
5+
FaMastodon,
56
FaStackOverflow,
67
FaXTwitter,
78
} from 'react-icons/fa6';
@@ -22,6 +23,11 @@ const socialLinks = [
2223
href: 'https://bsky.app/profile/sdkman.io',
2324
alt: 'Bluesky',
2425
},
26+
{
27+
icon: FaMastodon,
28+
href: 'https://mastodon.social/@[email protected]',
29+
alt: 'Mastodon',
30+
},
2531
{
2632
icon: FaXTwitter,
2733
href: 'https://x.com/sdkman_',

0 commit comments

Comments
 (0)