diff --git a/packages/renderer/src/components/LogoAndSocial/LogoAndSocial.tsx b/packages/renderer/src/components/LogoAndSocial/LogoAndSocial.tsx index 4cea3bb..4e31aa7 100644 --- a/packages/renderer/src/components/LogoAndSocial/LogoAndSocial.tsx +++ b/packages/renderer/src/components/LogoAndSocial/LogoAndSocial.tsx @@ -21,7 +21,7 @@ export const LogoAndSocial = () => { Twitter - + Discord diff --git a/packages/renderer/src/components/TitleBar/TitleBar.tsx b/packages/renderer/src/components/TitleBar/TitleBar.tsx index 9ec4d2f..66b421d 100644 --- a/packages/renderer/src/components/TitleBar/TitleBar.tsx +++ b/packages/renderer/src/components/TitleBar/TitleBar.tsx @@ -50,7 +50,7 @@ export const TitleBar = () => { }; const openStatus = (e: React.MouseEvent) => { - ipcSend("openUrl", "https://status.arena-returns.com/"); + ipcSend("openUrl", "https://status.arenareturns.com/"); e.stopPropagation(); //we prevent the event from closing the whole menu };