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