feat: change links order

This commit is contained in:
Ayo Ayco 2026-02-22 21:37:48 +01:00
parent 2b553aea71
commit d83fd10ca6

View file

@ -45,6 +45,11 @@ export const footerLinks: Link[] = [
url: 'https://git.ayo.run/ayo/',
icon: 'git',
},
{
text: 'GitHub',
url: 'https://ayco.io/gh',
icon: 'github',
},
{
text: 'SourceHut',
url: 'https://sr.ht/~ayoayco',
@ -75,11 +80,6 @@ export const footerLinks: Link[] = [
url: 'https://www.linkedin.com/in/ayoayco/',
icon: 'linkedin',
},
{
text: 'GitHub',
url: 'https://ayco.io/gh',
icon: 'github',
},
]
export const socialLinks: Link[] = [