feat: change links order
This commit is contained in:
parent
2b553aea71
commit
d83fd10ca6
1 changed files with 5 additions and 5 deletions
|
|
@ -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[] = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue