Rename illustration-large.svg to illustration.svg.
This commit is contained in:
parent
0300078dfd
commit
a2b02fc00c
|
@ -16,7 +16,7 @@ import {
|
||||||
} from '~/marketing/hooks';
|
} from '~/marketing/hooks';
|
||||||
import './IntroductionBanner.scss';
|
import './IntroductionBanner.scss';
|
||||||
import wooIconUrl from './woo.svg';
|
import wooIconUrl from './woo.svg';
|
||||||
import illustrationLargeUrl from './illustration-large.svg';
|
import illustrationUrl from './illustration.svg';
|
||||||
|
|
||||||
type IntroductionBannerProps = {
|
type IntroductionBannerProps = {
|
||||||
onDismissClick: () => void;
|
onDismissClick: () => void;
|
||||||
|
@ -143,7 +143,7 @@ export const IntroductionBanner = ( {
|
||||||
<div
|
<div
|
||||||
className="woocommerce-marketing-introduction-banner-image-placeholder"
|
className="woocommerce-marketing-introduction-banner-image-placeholder"
|
||||||
style={ {
|
style={ {
|
||||||
backgroundImage: `url("${ illustrationLargeUrl }")`,
|
backgroundImage: `url("${ illustrationUrl }")`,
|
||||||
} }
|
} }
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue