feat: put gh as last link
This commit is contained in:
parent
adcd9af337
commit
317b5675b6
1 changed files with 5 additions and 5 deletions
|
|
@ -50,11 +50,6 @@ export const footerLinks: Link[] = [
|
|||
url: 'https://sr.ht/~ayoayco',
|
||||
icon: 'sourcehut',
|
||||
},
|
||||
{
|
||||
text: 'GitHub',
|
||||
url: 'https://ayco.io/gh',
|
||||
icon: 'github',
|
||||
},
|
||||
{
|
||||
text: 'Mastodon',
|
||||
url: 'https://elk.zone/social.ayco.io/@ayo',
|
||||
|
|
@ -75,6 +70,11 @@ 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