From edce20ba189cc3f6030ee860aa483a2e95683816 Mon Sep 17 00:00:00 2001 From: Christoph Gerle Date: Wed, 23 Oct 2024 13:59:40 +0200 Subject: [PATCH] Update discord link --- express/frontend/src/components/dashboard-static.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/express/frontend/src/components/dashboard-static.tsx b/express/frontend/src/components/dashboard-static.tsx index ef9dd15..a95a394 100644 --- a/express/frontend/src/components/dashboard-static.tsx +++ b/express/frontend/src/components/dashboard-static.tsx @@ -118,9 +118,9 @@ export const socialCards = [ img: "images/discord.png", squareImg: true, text: "Get in touch with other developers and discuss features on our Discord server.", - url: "https://discord.gg/UctM6Gbn", + url: "https://discord.gg/HBKq4yAAew", buttons: [ - , + , ], }, ];