feat: add link to self-hosted forgejo

This commit is contained in:
Ayo Ayco 2025-05-11 11:02:02 +02:00
parent 89ae9be18a
commit 0f8422e5d4

View file

@ -60,6 +60,11 @@ export const footerLinks: Link[] = [
url: 'https://github.com/ayoayco', url: 'https://github.com/ayoayco',
icon: 'github', icon: 'github',
}, },
{
text: 'Forgejo',
url: 'https://git.ayo.run/ayo',
icon: 'forgejo',
},
/** /**
* TODO: add all socials to about page * TODO: add all socials to about page
*/ */