feat: add link to self-hosted forgejo
This commit is contained in:
parent
89ae9be18a
commit
0f8422e5d4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue