From 7612c4a229b4ecf58078061d0e44d5067e45e1c6 Mon Sep 17 00:00:00 2001 From: "lokapure.girish" Date: Fri, 6 Oct 2023 12:11:39 +0530 Subject: [PATCH] lint fixes --- src/OnboardingSPA/steps/DesignFonts/step.js | 2 +- .../GetStarted/GetStartedExperience/Sidebar/LearnMore/index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 ( -