From 72c955fe22a75cc93f11c1078824543154a83afb Mon Sep 17 00:00:00 2001 From: xHyroM Date: Mon, 19 Jun 2023 21:36:29 +0200 Subject: [PATCH] feat: add discord user, discord guild --- src/config.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index b74776e..9ea5108 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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", },