diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-16 16:23:08 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-16 16:23:08 +0700 |
| commit | c23a71d2852e5f660e3c9bceb8d3833e06cca977 (patch) | |
| tree | c6b642935790ca94504dbdb874f340953cd74d1f /src/lib/product | |
| parent | db6350771d7668f27db026c42e3885a097989f1e (diff) | |
fix product detail image height
Diffstat (limited to 'src/lib/product')
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktop.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/Product/ProductDesktop.jsx b/src/lib/product/components/Product/ProductDesktop.jsx index 8ce6da00..75b37b9d 100644 --- a/src/lib/product/components/Product/ProductDesktop.jsx +++ b/src/lib/product/components/Product/ProductDesktop.jsx @@ -106,7 +106,7 @@ const ProductDesktop = ({ product, wishlist, toggleWishlist }) => { <Image src={product.image} alt={product.name} - className='h-96 object-contain object-center w-full border border-gray_r-4' + className='h-[430px] object-contain object-center w-full border border-gray_r-4' /> </div> |
