diff --git a/src/OnboardingSPA/components/StartOptions/index.js b/src/OnboardingSPA/components/StartOptions/index.js index 4f2fd8b0f..6dbb43305 100644 --- a/src/OnboardingSPA/components/StartOptions/index.js +++ b/src/OnboardingSPA/components/StartOptions/index.js @@ -8,17 +8,15 @@ import { store as nfdOnboardingStore } from '../../store'; const StartOptions = ( { questionnaire, oldFlow, options } ) => { const navigate = useNavigate(); - const { brandConfig, migrationUrl, currentData } = useSelect( - ( select ) => { - return { - brandConfig: - select( nfdOnboardingStore ).getNewfoldBrandConfig(), - migrationUrl: select( nfdOnboardingStore ).getMigrationUrl(), - currentData: - select( nfdOnboardingStore ).getCurrentOnboardingData(), - }; - } - ); + const { brandConfig, hireProUrl, currentData } = useSelect( ( select ) => { + return { + brandConfig: select( nfdOnboardingStore ).getNewfoldBrandConfig(), + hireProUrl: + select( nfdOnboardingStore ).getfullServiceCreativeTeamUrl(), + currentData: + select( nfdOnboardingStore ).getCurrentOnboardingData(), + }; + } ); const { updateAllSteps, updateTopSteps, @@ -57,8 +55,8 @@ const StartOptions = ( { questionnaire, oldFlow, options } ) => { return switchFlow( oldFlow ); case 'sitegen': return switchFlow( SITEGEN_FLOW ); - case 'migration': - return window.open( migrationUrl, '_blank' ); + case 'hirepro': + return window.open( hireProUrl, '_blank' ); } }; return ( diff --git a/src/OnboardingSPA/steps/TheFork/contents.js b/src/OnboardingSPA/steps/TheFork/contents.js index 905a7679b..74b59274e 100644 --- a/src/OnboardingSPA/steps/TheFork/contents.js +++ b/src/OnboardingSPA/steps/TheFork/contents.js @@ -32,7 +32,7 @@ const getContents = () => { 'Leave it to our WordPress experts.', 'wp-module-onboarding' ), - flow: 'migration', + flow: 'hirepro', }, ],