summaryrefslogtreecommitdiff
path: root/src/lib/product/components/ProductCard.jsx
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-06-14 13:22:20 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-06-14 13:22:20 +0700
commiteb4ae7be05ed97bd02b7f3e9cc56393f435188e2 (patch)
tree6518bdd7b1801f492a6c1588ff828a2c8fa70dd2 /src/lib/product/components/ProductCard.jsx
parent702f43a7190d65c2370e7019311cc26c2cc0eafd (diff)
layout promotion program di detail product dan layout modal popup
Diffstat (limited to 'src/lib/product/components/ProductCard.jsx')
-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 8b48cf06..a8964310 100644
--- a/src/lib/product/components/ProductCard.jsx
+++ b/src/lib/product/components/ProductCard.jsx
@@ -12,7 +12,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
if (variant == 'vertical') {
return (
- <div className='rounded shadow-sm border border-gray_r-4 h-full bg-white'>
+ <div className='rounded shadow-sm border border-gray_r-4 bg-white h-[350px]'>
<Link
href={createSlug('/shop/product/', product?.name, product?.id)}
className='border-b border-gray_r-4 relative'