From 079deaab41dde71eaf1ba7d1cd7019b192646713 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 28 Jul 2025 13:13:58 +0200 Subject: [PATCH] feat: use main.elk.zone for masto link --- 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 8dcb2e8..d5c078b 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/public/local', + url: 'https://main.elk.zone/https://social.ayco.io/public/local', icon: 'mastodon', }, {