From 0306aeb1d4da3ad1854bd141014621754cc7821f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 10 Jul 2023 12:35:45 +0200 Subject: [PATCH] feat: add threads.net Add new social network - threads.net --- src/config.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/config.ts b/src/config.ts index 9ea5108..59e3d05 100644 --- a/src/config.ts +++ b/src/config.ts @@ -42,6 +42,11 @@ export const BUTTONS = [ background: "bg-discord hover:bg-discord/80", href: "https://s.xhyrom.dev/discord", }, + { + name: "Ko-fi", + background: "bg-kofi hover:bg-kofi/80", + href: "https://ko-fi.com/hyro", + }, { name: "Instagram", background: "bg-instagram hover:bg-instagram/80", @@ -53,9 +58,10 @@ export const BUTTONS = [ href: "https://twitter.com/hyrousek", }, { - name: "Ko-fi", - background: "bg-kofi hover:bg-kofi/80", - href: "https://ko-fi.com/hyro", + name: "Threads", + // todo: use bg-threads + background: "bg-github hover:bg-github/80", + href: "https://threads.net/@hyro.dev", }, { name: "Chess",