Skip to content

Commit

Permalink
fix(gui): Update Discord invite link (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron authored Nov 19, 2024
1 parent 81f4118 commit b409db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- GUI: Set new Discord invite link to non-expired one

## [1.0.0-rc.4] - 2024-11-17

- GUI: Fix an issue where the AppImage would render a blank screen on some Linux systems
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b409db3

Please sign in to comment.