diff --git a/src/OnboardingSPA/pages/Steps/GetStarted/SiteTypeSetup/PrimarySite/index.js b/src/OnboardingSPA/pages/Steps/GetStarted/SiteTypeSetup/PrimarySite/index.js index 43e191521..c978f2857 100644 --- a/src/OnboardingSPA/pages/Steps/GetStarted/SiteTypeSetup/PrimarySite/index.js +++ b/src/OnboardingSPA/pages/Steps/GetStarted/SiteTypeSetup/PrimarySite/index.js @@ -13,6 +13,7 @@ import NavCardButton from '../../../../../components/Button/NavCardButton'; import NeedHelpTag from '../../../../../components/NeedHelpTag'; import content from '../content.json'; import { translations } from '../../../../../utils/locales/translations'; +import StepStateHandler from '../../../../../components/StateHandlers/StepStateHandler'; const StepPrimarySetup = () => { const { @@ -94,63 +95,65 @@ const StepPrimarySetup = () => { ) } /> - -
or tell us here:
- categoryInput( e ) } - className="tellUsInput" - placeholder={ sprintf( - __( - content.placeholderSiteTypeInput, - 'wp-module-onboarding' - ), - translations( 'site' ) - ) } - value={ inputCategVal } - /> + ); + } ) }or tell us here:
+ categoryInput( e ) } + className="tellUsInput" + placeholder={ sprintf( + __( + content.placeholderSiteTypeInput, + 'wp-module-onboarding' + ), + translations( 'site' ) + ) } + value={ inputCategVal } + /> +- { ' ' } - { categoriesArray[ 0 ].name } -
++ { ' ' } + { categoriesArray[ 0 ].name } +
+