- { this.state.homepageAction === 'keep_current_homepage' && (
-
- { preventWidows(
- translate(
- 'Your new theme design will be applied without changing your homepage content.'
- )
- ) }{ ' ' }
-
- { translate( 'Learn more.' ) }
-
-
- ) }
- { this.state.homepageAction === 'use_new_homepage' && (
-
- { ' ' }
-
- { translate( 'Learn more.' ) }
-
-
- ) }
-