We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3c18d4 + 31a16b1 commit c5709bbCopy full SHA for c5709bb
packages/core/src/App/Containers/RootComponent/root-component.jsx
@@ -34,8 +34,8 @@ const RootComponent = observer(props => {
34
};
35
const { isHubRedirectionEnabled } = useIsHubRedirectionEnabled();
36
37
- const PRODUCTION_REDIRECT_URL = 'https://hub.deriv.com/tradershub/cfds';
38
- const STAGING_REDIRECT_URL = 'https://staging-hub.deriv.com/tradershub/cfds';
+ const PRODUCTION_REDIRECT_URL = 'https://hub.deriv.com/tradershub/home';
+ const STAGING_REDIRECT_URL = 'https://staging-hub.deriv.com/tradershub/home';
39
40
useEffect(() => {
41
if (isHubRedirectionEnabled && has_wallet && !prevent_redirect_to_hub) {
0 commit comments