feat: rearrange footer links

This commit is contained in:
Ayo Ayco 2025-05-11 11:03:31 +02:00
parent 0f8422e5d4
commit f6c855157b

View file

@ -40,6 +40,11 @@ export const links: Link[] = [
export default links export default links
export const footerLinks: Link[] = [ export const footerLinks: Link[] = [
{
text: 'Forgejo',
url: 'https://git.ayo.run/ayo',
icon: 'forgejo',
},
{ {
text: 'SourceHut', text: 'SourceHut',
url: 'https://sr.ht/~ayoayco', url: 'https://sr.ht/~ayoayco',
@ -60,11 +65,7 @@ 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
*/ */