Rename illustration-large.svg to illustration.svg.

This commit is contained in:
Gan Eng Chin 2023-03-20 18:11:02 +08:00
parent 0300078dfd
commit a2b02fc00c
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
2 changed files with 2 additions and 2 deletions

View File

@ -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>