diff --git a/src/constants/links.ts b/src/constants/links.ts index 44fe555..816c738 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -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',