Skip to content

Commit

Permalink
Merge pull request #153 from moiz-deriv/Moiz/update-tradershub-url
Browse files Browse the repository at this point in the history
fix: updated traders hub pre load url
  • Loading branch information
habib-deriv authored Sep 19, 2024
2 parents eccac6d + 392c018 commit 96df536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/footer/helper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ const handleOutSystemsRedirection = () => {
}
switch (env) {
case "production":
return "https://hub.deriv.com/tradershub/signup";
return "https://hub.deriv.com/tradershub/preload-helper";
case "staging":
return "https://staging-hub.deriv.com/tradershub/signup";
return "https://staging-hub.deriv.com/tradershub/preload-helper";
default:
return "https://dev-hub.deriv.com/tradershub/signup";
return "https://staging-hub.deriv.com/tradershub/preload-helper";
}
};

Expand Down

0 comments on commit 96df536

Please sign in to comment.