From e316567e039478407b68dc358185d00ee7c85c50 Mon Sep 17 00:00:00 2001 From: Mohan <86064887+binarybaron@users.noreply.github.com> Date: Sun, 25 May 2025 23:47:45 +0200 Subject: [PATCH] fix(gui): update feedback GitHub issue link (#359) --- src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx b/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx index e9e41181..cac72cf2 100644 --- a/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx +++ b/src-gui/src/renderer/components/pages/help/ContactInfoBox.tsx @@ -10,7 +10,7 @@ const useStyles = makeStyles((theme) => ({ })); const GITHUB_ISSUE_URL = - "https://github.com/UnstoppableSwap/unstoppableswap-gui/issues/new/choose"; + "https://github.com/UnstoppableSwap/core/issues/new/choose"; const MATRIX_ROOM_URL = "https://matrix.to/#/#unstoppableswap:matrix.org"; export const DISCORD_URL = "https://discord.gg/aqSyyJ35UW";