feat: remove signal & discord in footer links (they are in about > contacts)

This commit is contained in:
Ayo Ayco 2025-04-20 08:13:41 +02:00
parent a70569ae87
commit 57a55ed9a2

View file

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