Skip to content

Commit 1363d85

Browse files
committed
update maps graphic
1 parent ae8852e commit 1363d85

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.config/rules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = [
3939
],
4040
},
4141
{
42-
test: /\.(png|jpg|gif)$/,
42+
test: /\.(png|jpg|gif|webp)$/,
4343
use: [
4444
{
4545
loader: 'file-loader',
-214 KB
Binary file not shown.
41.8 KB
Loading

src/components/design-library-list/use-preview-renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Internal dependencies.
44
*/
55
import DEFAULT from './default.json'
6-
import mapsGraphic from './images/maps.png'
6+
import mapsGraphic from './images/maps.webp'
77
import {
88
addBackgroundScheme, addContainerScheme,
99
addPlaceholderForPostsBlock, cleanParse,

0 commit comments

Comments
 (0)