From 8e79479bcde1f51d09631e7726a57005a0071d4f Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 27 Jun 2025 14:20:39 +0200 Subject: [PATCH] feat(links): use social public feed --- src/constants/links.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index 5b594ae..8dcb2e8 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -42,12 +42,12 @@ export default links export const footerLinks: Link[] = [ { text: 'SourceHut', - url: 'https://sr.ht/~ayoayco', + url: 'https://ayco.io/sh/', icon: 'sourcehut', }, { text: 'Mastodon', - url: 'https://main.elk.zone/social.ayco.io/public/local', + url: 'https://social.ayco.io/public/local', icon: 'mastodon', }, { @@ -57,7 +57,7 @@ export const footerLinks: Link[] = [ }, { text: 'GitHub', - url: 'https://github.com/ayoayco', + url: 'https://ayco.io/gh', icon: 'github', }, ]