From 7ee5f64e862c299bd65e50863e8e4d6e3c53041a Mon Sep 17 00:00:00 2001 From: ayoayco Date: Fri, 25 Apr 2025 23:08:45 +0200 Subject: [PATCH] feat: link to mastodon via elk --- 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 2192f56..52dc24c 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -47,7 +47,7 @@ export const footerLinks: Link[] = [ }, { text: 'Mastodon', - url: 'https://social.ayco.io/@ayo', + url: 'https://main.elk.zone/social.ayco.io/@ayo', icon: 'mastodon', }, {