From 6708d689240d95f9f60c7cc499feffbec7d12c91 Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Sat, 16 Nov 2024 15:11:31 +0900 Subject: [PATCH] chore(service): Add Threads Threads icon and link can be rendered. --- src/types/services.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/types/services.ts b/src/types/services.ts index e514312..fa24649 100644 --- a/src/types/services.ts +++ b/src/types/services.ts @@ -40,6 +40,11 @@ export const services = { icon: "simple-icons:readdotcv", color: "#111111", }, + Threads: { + url: "threads.net", + icon: "mingcute:threads-line", + color: "#000000", + }, Twitter: { url: "twitter.com", icon: "mingcute:twitter-line",