fix(gui): update feedback GitHub issue link (#359)

This commit is contained in:
Mohan 2025-05-25 23:47:45 +02:00 committed by GitHub
parent 2133e33ca1
commit e316567e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";