From 0f8422e5d47d150619b1568e97ce4a23b2addcdf Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 11 May 2025 11:02:02 +0200 Subject: [PATCH] feat: add link to self-hosted forgejo --- src/constants/links.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/constants/links.ts b/src/constants/links.ts index 2192f56..1470ea5 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -60,6 +60,11 @@ export const footerLinks: Link[] = [ url: 'https://github.com/ayoayco', icon: 'github', }, + { + text: 'Forgejo', + url: 'https://git.ayo.run/ayo', + icon: 'forgejo', + }, /** * TODO: add all socials to about page */