From 732495de478678a615d101768292414b3d63a32f Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 12 Apr 2025 21:43:54 +0200 Subject: [PATCH] feat: add socials - signal - bluesky - discord --- src/constants/links.ts | 41 ++++++++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index 40c904a..e5666ac 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -41,6 +41,26 @@ export const footerLinks: Link[] = [ url: 'https://sr.ht/~ayoayco', icon: 'sourcehut', }, + { + text: 'Mastodon', + url: 'https://main.elk.zone/social.ayco.io/@ayo', + icon: 'mastodon', + }, + { + text: 'Pixelfed', + 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', + icon: 'soundcloud', + }, { text: 'GitHub', url: 'https://github.com/ayoayco', @@ -51,16 +71,6 @@ export const footerLinks: Link[] = [ url: 'https://www.linkedin.com/in/ayoayco', icon: 'linkedin', }, - { - text: 'Pixelfed', - url: 'https://metapixl.com/@ayo', - icon: 'pixelfed', - }, - { - text: 'SoundCloud', - url: 'https://SoundCloud.com/ayoayco', - icon: 'soundcloud', - }, { text: 'NPM', url: 'https://www.npmjs.com/~aayco', @@ -72,8 +82,13 @@ export const footerLinks: Link[] = [ icon: 'instagram', }, { - text: 'Mastodon', - url: 'https://main.elk.zone/social.ayco.io/@ayo', - icon: 'mastodon', + text: 'Bluesky', + url: 'https://bsky.app/profile/ayco.io', + icon: 'bluesky', + }, + { + text: 'Discord', + url: 'https://discord.gg/kkvW7GYNAp', + icon: 'discord', }, ]