feat: add codepen to links
This commit is contained in:
parent
106e73fbcc
commit
69a6543de7
1 changed files with 6 additions and 1 deletions
|
|
@ -47,9 +47,14 @@ export const footerLinks: Link[] = [
|
|||
},
|
||||
{
|
||||
text: 'GitHub',
|
||||
url: 'https://ayco.io/gh',
|
||||
url: 'https://github.com/ayo-run',
|
||||
icon: 'github',
|
||||
},
|
||||
{
|
||||
text: 'CodePen',
|
||||
url: 'https://codepen.io/ayo-run',
|
||||
icon: 'codepen',
|
||||
},
|
||||
{
|
||||
text: 'Mastodon',
|
||||
url: 'https://main.elk.zone/social.ayco.io/@ayo',
|
||||
|
|
|
|||
Loading…
Reference in a new issue