From 40bc4112b45ed6ff2ade6d704ba082951abedb3a Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 20 Apr 2025 08:15:50 +0200 Subject: [PATCH] feat: don't use main.elk.zone for masto social 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 23bc170..991f53d 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -43,7 +43,7 @@ export const footerLinks: Link[] = [ }, { text: 'Mastodon', - url: 'https://main.elk.zone/social.ayco.io/@ayo', + url: 'https://social.ayco.io/@ayo', icon: 'mastodon', }, {