feat: add discord user, discord guild

This commit is contained in:
xHyroM 2023-06-19 21:36:29 +02:00
parent e09656640f
commit 72c955fe22
No known key found for this signature in database
GPG key ID: BE0423F386C436AA

View file

@ -33,7 +33,12 @@ export const BUTTONS = [
href: "https://github.com/xhyrom-archive",
},
{
name: "Discord",
name: "Discord (User)",
background: "bg-discord hover:bg-discord/80",
href: "https://s.xhyrom.dev/discord-user",
},
{
name: "Discord (Guild)",
background: "bg-discord hover:bg-discord/80",
href: "https://s.xhyrom.dev/discord",
},