diff --git a/packages/core/src/App/Containers/RootComponent/root-component.jsx b/packages/core/src/App/Containers/RootComponent/root-component.jsx index 420c6d1b9cfe..5505151776c4 100644 --- a/packages/core/src/App/Containers/RootComponent/root-component.jsx +++ b/packages/core/src/App/Containers/RootComponent/root-component.jsx @@ -34,8 +34,8 @@ const RootComponent = observer(props => { }; const { isHubRedirectionEnabled } = useIsHubRedirectionEnabled(); - const PRODUCTION_REDIRECT_URL = 'https://hub.deriv.com/tradershub/cfds'; - 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'; useEffect(() => { if (isHubRedirectionEnabled && has_wallet && !prevent_redirect_to_hub) {