Skip to content

Commit 98e415c

Browse files
authored
Migrate static image regression to file-loader (#39861)
\#38356 migrated this image to webpack file loader. #39642 restored the image to prevent possible 404s, #39632 introduced a legacy static URL. Use file-loader to allow removal in #39643.
1 parent 3694606 commit 98e415c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/my-sites/customer-home/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ class Home extends Component {
269269
{ isRecentlyMigratedSite && (
270270
<Card className="customer-home__migrate-card" highlight="info">
271271
<img
272-
src="/calypso/images/illustrations/fireworks.svg"
272+
src={ fireworksIllustration }
273273
aria-hidden="true"
274274
className="customer-home__migrate-fireworks"
275275
alt=""

0 commit comments

Comments
 (0)