summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-03-05 14:02:12 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-03-05 14:02:12 +0700
commit1385ec82fac3e3159b93d4f11161b6e8086eb3f3 (patch)
treed8f97954ce7a88ca1b482fda29e69499b34195d7
parent87bc6b410b875d6f811e21e1e1d6f974e7cac653 (diff)
Update bg flash sale
-rw-r--r--public/images/BG-FLASH-SALE.jpgbin17079 -> 27230 bytes
-rw-r--r--src/lib/product/components/Product/ProductMobile.jsx4
2 files changed, 1 insertions, 3 deletions
diff --git a/public/images/BG-FLASH-SALE.jpg b/public/images/BG-FLASH-SALE.jpg
index 15b1f927..6f699ae7 100644
--- a/public/images/BG-FLASH-SALE.jpg
+++ b/public/images/BG-FLASH-SALE.jpg
Binary files differ
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}
/>