From d4d4f35d7886a1124c39ffc5c4bae63dd7680a4d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 20 May 2025 08:34:19 +0200 Subject: [PATCH] feat: remove forgejo --- src/constants/links.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index d99c8aa..a74a4aa 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -40,11 +40,6 @@ export const links: Link[] = [ export default links export const footerLinks: Link[] = [ - { - text: 'Forgejo', - url: 'https://git.ayo.run/ayo', - icon: 'forgejo', - }, { text: 'SourceHut', url: 'https://sr.ht/~ayoayco',