From 76e4f4bd96bbc0f9169d662d2cb12393b4d309ed Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 16:02:33 +0200 Subject: [PATCH] feat: update links --- src/constants/links.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index 32a5de3..8e61524 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -11,11 +11,13 @@ export const links: Link[] = [ url: "https://ayos.blog", icon: "blog", }, + /* { url: "https://ayco.io/@ayo", icon: "mastodon", text: "social" }, + */ { url: "/threads", text: "threads", @@ -27,13 +29,11 @@ export const links: Link[] = [ icon: "image", text: "photos" }, - /* { url: "https://www.npmjs.com/~aayco", icon: "npm", set: "gg" } - */ ]; export default links;