From 73869d3bb16dd0686f5e1627826670bb66939478 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 20 Apr 2025 08:44:46 +0200 Subject: [PATCH] feat: remove instagram --- src/constants/links.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index 991f53d..c1d80d4 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -71,11 +71,11 @@ export const footerLinks: Link[] = [ url: 'https://www.npmjs.com/~aayco', icon: 'npm', }, - { - text: 'Instagram', - url: 'https://instagram.com/ayoayco', - icon: 'instagram', - }, + // { + // text: 'Instagram', + // url: 'https://instagram.com/ayoayco', + // icon: 'instagram', + // }, { text: 'Bluesky', url: 'https://bsky.app/profile/ayco.io',