From f16bae466a7516b32df0e13c413e917e41eee710 Mon Sep 17 00:00:00 2001 From: Sviatoslav Makhynko Date: Tue, 7 Oct 2025 12:19:06 +0200 Subject: [PATCH] add: mastodon social link --- src/data/social-links.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/social-links.ts b/src/data/social-links.ts index 16fe622..b06d0ba 100644 --- a/src/data/social-links.ts +++ b/src/data/social-links.ts @@ -2,6 +2,7 @@ import { FaBluesky, FaDiscord, FaGithub, + FaMastodon, FaStackOverflow, FaXTwitter, } from 'react-icons/fa6'; @@ -22,6 +23,11 @@ const socialLinks = [ href: 'https://bsky.app/profile/sdkman.io', alt: 'Bluesky', }, + { + icon: FaMastodon, + href: 'https://mastodon.social/@sdkman@fosstodon.org', + alt: 'Mastodon', + }, { icon: FaXTwitter, href: 'https://x.com/sdkman_',