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',