Skip to content

Commit

Permalink
remove redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
alecande11 committed Mar 7, 2024
1 parent 428a77d commit 86103a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ initAnalytics()
// if the user is not coming from the desktop app and is visiting the webpage from a large screen
if (!navigator.userAgent.includes("Electron") && window.innerWidth > 992) {
// redirect them to the new domain and keep the current path
/*
window.location.href = `https://dashboard.station.money${
new URL(window.location.href).pathname
}`
*/
}

getInitialConfig().then((defaultNetworks) =>
Expand Down

0 comments on commit 86103a7

Please sign in to comment.