From 986076f1f64f63d5c9ec2dcc0ca824be93c82e8d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 24 Apr 2025 21:25:43 +0200 Subject: [PATCH] feat: remove bluesky from social links --- src/constants/links.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index c42ccdc..2192f56 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -81,10 +81,4 @@ export const footerLinks: Link[] = [ icon: 'instagram', excludeHCard: true, }, - { - text: 'Bluesky', - url: 'https://bsky.app/profile/ayco.io', - icon: 'bluesky', - excludeHCard: true, - }, ]