summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-09-24 17:45:50 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-09-24 17:45:50 +0700
commit736e69b540654e05a512c960adf5f2becd3c2498 (patch)
tree60a9b0566a7265b4b41cbdfe5586772b226cbdc6 /src/lib
parent0d3d2a8672f1f0fc2661340e86007a85365ed143 (diff)
(andri) fix card product
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/product/components/ProductCard.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx
index a8ed90a4..f4f5882e 100644
--- a/src/lib/product/components/ProductCard.jsx
+++ b/src/lib/product/components/ProductCard.jsx
@@ -73,7 +73,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
if (variant == 'vertical') {
return (
- <div className='rounded shadow-sm border border-gray_r-4 bg-white h-[330px] md:h-[380px]'>
+ <div className='rounded shadow-sm border border-gray_r-4 bg-white'>
<Link href={URL.product} className='border-b border-gray_r-4 relative' aria-label='Produk'>
<div className='relative'>
<Image