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",