Edit File: single-product-block.js
/** * External dependencies */ import { KKART_BLOCKS_ASSET_URL } from '@kkart/block-settings'; export const singleProductBlockPreview = ( <img src={ KKART_BLOCKS_ASSET_URL + 'img/single-product-preview.svg' } alt="" width="230" height="250" style={ { width: '100%', } } /> );