From 97dfe6eb695e83c7cb99628b46c80c00d434732c Mon Sep 17 00:00:00 2001 From: Sviatoslav Makhynko Date: Thu, 9 Oct 2025 13:29:30 +0200 Subject: [PATCH] update: removed mastodon social link --- src/data/social-links.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/data/social-links.ts b/src/data/social-links.ts index 143f950..be1e1e0 100644 --- a/src/data/social-links.ts +++ b/src/data/social-links.ts @@ -2,7 +2,6 @@ import { FaBluesky, FaDiscord, FaGithub, - FaMastodon, FaStackOverflow, } from 'react-icons/fa6'; @@ -22,11 +21,6 @@ const socialLinks = [ href: 'https://bsky.app/profile/sdkman.io', alt: 'Bluesky', }, - { - icon: FaMastodon, - href: 'https://mastodon.social/@sdkman@fosstodon.org', - alt: 'Mastodon', - }, { icon: FaStackOverflow, href: 'http://stackoverflow.com/questions/tagged/sdkman',