From 92d58e91703dddf4a6a7537b3ef46fdc6d5c1560 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 15 Nov 2025 20:36:15 +0100 Subject: [PATCH] feat: update masto link to profile --- src/constants/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index a94bc09..e3628c0 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -57,7 +57,7 @@ export const footerLinks: Link[] = [ }, { text: 'Mastodon', - url: 'https://social.ayco.io/public/local', + url: 'https://social.ayco.io/@ayo', icon: 'mastodon', }, {