diff --git a/src/OnboardingSPA/steps/DesignFonts/step.js b/src/OnboardingSPA/steps/DesignFonts/step.js index 4f1d8a35c..d40352f4a 100644 --- a/src/OnboardingSPA/steps/DesignFonts/step.js +++ b/src/OnboardingSPA/steps/DesignFonts/step.js @@ -1,7 +1,7 @@ import { lazy } from '@wordpress/element'; import { __ } from '@wordpress/i18n'; import { Step } from '../../data/models/Step'; -import { typography as fonts } from '@wordpress/icons'; +import { typography as fonts } from '@wordpress/icons'; import LearnMore from './Sidebar/LearnMore'; import { VIEW_DESIGN_FONTS } from '../../../constants'; diff --git a/src/OnboardingSPA/steps/GetStarted/GetStartedExperience/Sidebar/LearnMore/index.js b/src/OnboardingSPA/steps/GetStarted/GetStartedExperience/Sidebar/LearnMore/index.js index cf453e0f9..4c375d3e4 100644 --- a/src/OnboardingSPA/steps/GetStarted/GetStartedExperience/Sidebar/LearnMore/index.js +++ b/src/OnboardingSPA/steps/GetStarted/GetStartedExperience/Sidebar/LearnMore/index.js @@ -47,7 +47,6 @@ const LearnMore = () => { const content = getContents( techSupportLink, fullServiceCreativeTeamLink ); return ( -