From 57a55ed9a249f790a4cab6a974dd1e9015ab7254 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 20 Apr 2025 08:13:41 +0200 Subject: [PATCH] feat: remove signal & discord in footer links (they are in about > contacts) --- src/constants/links.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index e5666ac..23bc170 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -51,11 +51,6 @@ export const footerLinks: Link[] = [ url: 'https://metapixl.com/@ayo', icon: 'pixelfed', }, - { - text: 'Signal', - url: 'https://signal.me/#eu/mU2KHaMuoumvLaq7P5ZPUU4HMd0SaU9hYHeEPbDIeJzysNL01FVLfbk-kVEncfIz', - icon: 'signal', - }, { text: 'SoundCloud', url: 'https://SoundCloud.com/ayoayco', @@ -86,9 +81,4 @@ export const footerLinks: Link[] = [ url: 'https://bsky.app/profile/ayco.io', icon: 'bluesky', }, - { - text: 'Discord', - url: 'https://discord.gg/kkvW7GYNAp', - icon: 'discord', - }, ]