Skip to content

Commit

Permalink
Merge pull request #175 from moiz-deriv/moiz-tradershub-check
Browse files Browse the repository at this point in the history
fix: updated traderhub link to staging for staging env
  • Loading branch information
habib-deriv authored Oct 14, 2024
2 parents e2b5dd2 + 7b85381 commit c88c4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/footer/helper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const handleOutSystemsRedirection = () => {
case "production":
return "https://hub.deriv.com/tradershub/preload-helper";
case "staging":
return "https://hub.deriv.com/tradershub/preload-helper";
return "https://staging-hub.deriv.com/tradershub/preload-helper";
default:
return "https://hub.deriv.com/tradershub/preload-helper";
}
Expand Down

0 comments on commit c88c4ad

Please sign in to comment.