From 4efd5c9215ef379039b381c4ae013bec1d18e1fd Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 3 Jan 2026 12:39:06 +0100 Subject: [PATCH] feat: add instagram --- src/constants/links.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/constants/links.ts b/src/constants/links.ts index ba4c3df..128c37e 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -65,6 +65,11 @@ export const footerLinks: Link[] = [ url: 'http://bsky.app/profile/ayo.ayco.io', icon: 'bluesky', }, + { + text: 'Instagram', + url: 'https://www.instagram.com/ayoayco/', + icon: 'instagram', + }, { text: 'LinkedIn', url: 'https://www.linkedin.com/in/ayoayco/',