From 5f6deea201ae5e011769ad53dacb178fbc8595b9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 14 Mar 2026 20:26:33 +0100 Subject: [PATCH] feat: remove sr.ht from links --- src/constants/links.ts | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index 175ef9d..44fe555 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -50,26 +50,21 @@ export const footerLinks: Link[] = [ url: 'https://ayco.io/gh', icon: 'github', }, - { - text: 'SourceHut', - url: 'https://sr.ht/~ayoayco', - icon: 'sourcehut', - }, { text: 'Mastodon', url: 'https://main.elk.zone/social.ayco.io/@ayo', icon: 'mastodon', }, - { - text: 'Pixelfed', - url: 'https://metapixl.com/@ayo', - icon: 'pixelfed', - }, { text: 'Bluesky', url: 'http://bsky.app/profile/ayo.run', icon: 'bluesky', }, + { + text: 'Pixelfed', + url: 'https://metapixl.com/@ayo', + icon: 'pixelfed', + }, { text: 'Instagram', url: 'https://www.instagram.com/ayoayco/',