Skip to content

Commit c5709bb

Browse files
Merge branch 'deriv-com:master' into shontzu/TRAH-5356/fe-implementation-api-group-cleanup
2 parents e3c18d4 + 31a16b1 commit c5709bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/App/Containers/RootComponent/root-component.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ const RootComponent = observer(props => {
3434
};
3535
const { isHubRedirectionEnabled } = useIsHubRedirectionEnabled();
3636

37-
const PRODUCTION_REDIRECT_URL = 'https://hub.deriv.com/tradershub/cfds';
38-
const STAGING_REDIRECT_URL = 'https://staging-hub.deriv.com/tradershub/cfds';
37+
const PRODUCTION_REDIRECT_URL = 'https://hub.deriv.com/tradershub/home';
38+
const STAGING_REDIRECT_URL = 'https://staging-hub.deriv.com/tradershub/home';
3939

4040
useEffect(() => {
4141
if (isHubRedirectionEnabled && has_wallet && !prevent_redirect_to_hub) {

0 commit comments

Comments
 (0)