From e97504bc4c413899d723aedde39620f931fe52a0 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 20 Apr 2025 09:04:27 +0200 Subject: [PATCH] feat: remove footer socials that doesn't link back --- src/constants/links.ts | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index c1d80d4..dd2b087 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -51,26 +51,24 @@ export const footerLinks: Link[] = [ url: 'https://metapixl.com/@ayo', icon: 'pixelfed', }, - { - text: 'SoundCloud', - url: 'https://SoundCloud.com/ayoayco', - icon: 'soundcloud', - }, { text: 'GitHub', url: 'https://github.com/ayoayco', icon: 'github', }, - { - text: 'LinkedIn', - url: 'https://www.linkedin.com/in/ayoayco', - icon: 'linkedin', - }, - { - text: 'NPM', - url: 'https://www.npmjs.com/~aayco', - icon: 'npm', - }, + /** + * TODO: add all socials to about page + */ + // { + // text: 'LinkedIn', + // url: 'https://www.linkedin.com/in/ayoayco', + // icon: 'linkedin', + // }, + // { + // text: 'NPM', + // url: 'https://www.npmjs.com/~aayco', + // icon: 'npm', + // }, // { // text: 'Instagram', // url: 'https://instagram.com/ayoayco',