From 22b1eb1d2c44c48e1e309602909fd2be9598c754 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 31 Mar 2024 15:36:19 +0000 Subject: [PATCH] feat: remove gh link --- src/constants/links.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index 3b41e9b..58059b2 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -16,10 +16,6 @@ export const links: Link[] = [ icon: "mastodon", text: "social" }, - { - url: "https://ayco.io/gh/", - icon: "github", - }, { url: "https://www.npmjs.com/~aayco", icon: "npm", @@ -27,4 +23,4 @@ export const links: Link[] = [ } ]; -export default links; \ No newline at end of file +export default links;