diff --git a/projects/plugins/protect/src/js/components/admin-section-hero/index.tsx b/projects/plugins/protect/src/js/components/admin-section-hero/index.tsx index 7638936db5139..119cc7e39b14a 100644 --- a/projects/plugins/protect/src/js/components/admin-section-hero/index.tsx +++ b/projects/plugins/protect/src/js/components/admin-section-hero/index.tsx @@ -66,13 +66,7 @@ AdminSectionHero.Heading = ( {

{ children } { !! icon && ( - + ) }

); diff --git a/projects/plugins/protect/src/js/routes/home/home-statcards.jsx b/projects/plugins/protect/src/js/routes/home/home-statcards.jsx index 2d1dc34cac147..a364676928dd3 100644 --- a/projects/plugins/protect/src/js/routes/home/home-statcards.jsx +++ b/projects/plugins/protect/src/js/routes/home/home-statcards.jsx @@ -138,13 +138,7 @@ const HomeStatCards = () => { } else if ( scanError ) { scanIcon = ; } else { - scanIcon = ( - - ); + scanIcon = ; } let scanLabel;