Add width and height to image to reduce CLS
This commit is contained in:
parent
39caeb1c51
commit
3848b43052
|
@ -90,6 +90,7 @@ export default function NoResults(): JSX.Element {
|
|||
className="woocommerce-marketplace__no-results__icon"
|
||||
src={ NoResultsIcon }
|
||||
alt={ __( 'No results.', 'woocommerce' ) }
|
||||
width="80" height="80"
|
||||
/>
|
||||
<div className="woocommerce-marketplace__no-results__description">
|
||||
<h3 className="woocommerce-marketplace__no-results__description--bold">
|
||||
|
|
Loading…
Reference in New Issue