From 39673fb46819fd4474fab2e57c03ac4c3aff757c Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 15 Nov 2025 20:38:08 +0100 Subject: [PATCH] feat: link to masto about --- 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 e3628c0..242fa79 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/@ayo', + url: 'https://social.ayco.io/about', icon: 'mastodon', }, {