From 7e8052ae87093e3bb6149a26edbc3f32d037bc39 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 29 Mar 2025 21:05:48 +0100 Subject: [PATCH] feat: remove bluesky link --- src/constants/links.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index e442a54..8b2a2d8 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -68,8 +68,4 @@ export const footerLinks = [ text: 'Mastodon', url: 'https://main.elk.zone/social.ayco.io/@ayo', }, - { - text: 'Bluesky', - url: 'https://bsky.app/profile/did:plc:hhpuzxrbpurathqyj2fuvnrs', - }, ]