From 69a6543de799407f858c23e0744e83102a31a83e Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 14 Mar 2026 22:02:59 +0100 Subject: [PATCH] feat: add codepen to links --- src/constants/links.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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',