Skip to content

Commit

Permalink
fix: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanamr committed Oct 27, 2024
1 parent 0c09f93 commit 8fd1c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const LogoAndSocial = () => {
<a className={styles.twitter} href="https://twitter.com/ArenaReturns" onClick={openUrl}>
<img src={twitterIcon} alt="Twitter" />
</a>
<a className={styles.discord} href="https://discord.gg/arenareturns" onClick={openUrl}>
<a className={styles.discord} href="https://discord.gg/arena-returns-934862812075917353" onClick={openUrl}>
<img src={discordIcon} alt="Discord" />
</a>
<a className={styles.twitch} href="https://twitch.tv/ArenaReturns" onClick={openUrl}>
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/components/TitleBar/TitleBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const TitleBar = () => {
};

const openStatus = (e: React.MouseEvent<HTMLLIElement>) => {
ipcSend("openUrl", "https://status.arena-returns.com/");
ipcSend("openUrl", "https://status.arenareturns.com/");
e.stopPropagation(); //we prevent the event from closing the whole menu
};

Expand Down

0 comments on commit 8fd1c62

Please sign in to comment.