diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-03-05 14:02:12 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-03-05 14:02:12 +0700 |
| commit | 1385ec82fac3e3159b93d4f11161b6e8086eb3f3 (patch) | |
| tree | d8f97954ce7a88ca1b482fda29e69499b34195d7 /src/lib/product/components/Product | |
| parent | 87bc6b410b875d6f811e21e1e1d6f974e7cac653 (diff) | |
Update bg flash sale
Diffstat (limited to 'src/lib/product/components/Product')
| -rw-r--r-- | src/lib/product/components/Product/ProductMobile.jsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/product/components/Product/ProductMobile.jsx b/src/lib/product/components/Product/ProductMobile.jsx index 50a59655..113a1e42 100644 --- a/src/lib/product/components/Product/ProductMobile.jsx +++ b/src/lib/product/components/Product/ProductMobile.jsx @@ -202,9 +202,7 @@ const ProductMobile = ({ product, wishlist, toggleWishlist }) => { <div className={`absolute bottom-0 w-full`}> <div className='absolute bottom-0 w-full'> <ImageNext - src={ - backgorundFlashSale || '/images/BG-FLASH-SALE.jpg' - } + src={backgorundFlashSale || '/images/BG-FLASH-SALE.jpg'} width={1000} height={100} /> |
