From b5694a115c7176d9ac3a74e8f23cf845de7e6529 Mon Sep 17 00:00:00 2001 From: Sviatoslav Makhynko Date: Wed, 8 Oct 2025 09:40:20 +0200 Subject: [PATCH] update: remove twitter 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 b06d0ba..143f950 100644 --- a/src/data/social-links.ts +++ b/src/data/social-links.ts @@ -4,7 +4,6 @@ import { FaGithub, FaMastodon, FaStackOverflow, - FaXTwitter, } from 'react-icons/fa6'; const socialLinks = [ @@ -28,11 +27,6 @@ const socialLinks = [ href: 'https://mastodon.social/@sdkman@fosstodon.org', alt: 'Mastodon', }, - { - icon: FaXTwitter, - href: 'https://x.com/sdkman_', - alt: 'X', - }, { icon: FaStackOverflow, href: 'http://stackoverflow.com/questions/tagged/sdkman',