Skip to content

Commit

Permalink
fix: updated traders hub pre load url
Browse files Browse the repository at this point in the history
  • Loading branch information
moiz-deriv committed Sep 19, 2024
1 parent eccac6d commit 392c018
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 392c018

Please sign in to comment.