Skip to content

Commit 96df536

Browse files
authored
Merge pull request #153 from moiz-deriv/Moiz/update-tradershub-url
fix: updated traders hub pre load url
2 parents eccac6d + 392c018 commit 96df536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/js/footer/helper/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ const handleOutSystemsRedirection = () => {
208208
}
209209
switch (env) {
210210
case "production":
211-
return "https://hub.deriv.com/tradershub/signup";
211+
return "https://hub.deriv.com/tradershub/preload-helper";
212212
case "staging":
213-
return "https://staging-hub.deriv.com/tradershub/signup";
213+
return "https://staging-hub.deriv.com/tradershub/preload-helper";
214214
default:
215-
return "https://dev-hub.deriv.com/tradershub/signup";
215+
return "https://staging-hub.deriv.com/tradershub/preload-helper";
216216
}
217217
};
218218

0 commit comments

Comments
 (0)