fix(gui): Update Discord invite link (#190)

This commit is contained in:
binarybaron 2024-11-19 14:58:03 +01:00 committed by GitHub
parent 81f41183ae
commit b409db35d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,7 @@ const useStyles = makeStyles((theme) => ({
const GITHUB_ISSUE_URL =
"https://github.com/UnstoppableSwap/unstoppableswap-gui/issues/new/choose";
const MATRIX_ROOM_URL = "https://matrix.to/#/#unstoppableswap:matrix.org";
export const DISCORD_URL = "https://discord.gg/APJ6rJmq";
export const DISCORD_URL = "https://discord.gg/aqSyyJ35UW";
export default function ContactInfoBox() {
const classes = useStyles();