From 5a6cf7a72d89492ca3293c2f343857cc148824dd Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 15:20:50 +0200 Subject: [PATCH] fix: typo --- src/constants/links.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/constants/links.ts b/src/constants/links.ts index cb2923d..32a5de3 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -16,16 +16,24 @@ export const links: Link[] = [ icon: "mastodon", text: "social" }, + { + url: "/threads", + text: "threads", + icon: "needle-thread", + set: "tabler" + }, { url: "https://metapixl.com/i/portfolio/ayo", icon: "image", text: "photos" }, + /* { url: "https://www.npmjs.com/~aayco", icon: "npm", set: "gg" } + */ ]; export default links;