mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
feat: add threads.net
Add new social network - threads.net
This commit is contained in:
parent
72c955fe22
commit
0306aeb1d4
1 changed files with 9 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue