mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-02 11:36:09 -04:00
fix(gui): Update Discord invite link (#190)
This commit is contained in:
parent
81f41183ae
commit
b409db35d0
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- GUI: Set new Discord invite link to non-expired one
|
||||||
|
|
||||||
## [1.0.0-rc.4] - 2024-11-17
|
## [1.0.0-rc.4] - 2024-11-17
|
||||||
|
|
||||||
- GUI: Fix an issue where the AppImage would render a blank screen on some Linux systems
|
- GUI: Fix an issue where the AppImage would render a blank screen on some Linux systems
|
||||||
|
|
|
@ -12,7 +12,7 @@ const useStyles = makeStyles((theme) => ({
|
||||||
const GITHUB_ISSUE_URL =
|
const GITHUB_ISSUE_URL =
|
||||||
"https://github.com/UnstoppableSwap/unstoppableswap-gui/issues/new/choose";
|
"https://github.com/UnstoppableSwap/unstoppableswap-gui/issues/new/choose";
|
||||||
const MATRIX_ROOM_URL = "https://matrix.to/#/#unstoppableswap:matrix.org";
|
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() {
|
export default function ContactInfoBox() {
|
||||||
const classes = useStyles();
|
const classes = useStyles();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue