From 2355673dde7c68d58835ce3d8c63ed9928798f53 Mon Sep 17 00:00:00 2001 From: 1ilit Date: Mon, 19 Feb 2024 22:40:24 +0200 Subject: [PATCH] Add discord link to menu --- src/components/ControlPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ControlPanel.jsx b/src/components/ControlPanel.jsx index b7c9087..49a607d 100644 --- a/src/components/ControlPanel.jsx +++ b/src/components/ControlPanel.jsx @@ -1203,7 +1203,7 @@ export default function ControlPanel({ shortcut: "Ctrl+H", }, "Ask us on discord": { - function: () => {}, + function: () => window.open("https://discord.gg/CUr9s9KH6X", "_blank"), }, "Report a bug": { function: () => window.open("/bug_report", "_blank"),