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