diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-14 17:18:16 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-14 17:18:16 +0700 |
| commit | 3b19ddcd0051f094b4659a35107646d678c2fd0c (patch) | |
| tree | b1a431e1fdab08414e81c898a2d0d69fce992d5e /src/lib/product/components/ProductCard.jsx | |
| parent | a69ae4d893300ca9a22b65393f8beecf94c223a5 (diff) | |
product detail
Diffstat (limited to 'src/lib/product/components/ProductCard.jsx')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 0c11137d..3454d4fd 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -39,7 +39,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { )} <Link href={createSlug('/shop/product/', product?.name, product?.id)} - className={`font-normal mb-2 !text-gray_r-12 ${ + className={`font-normal mb-2 !text-gray_r-12 leading-6 ${ simpleTitle ? 'line-clamp-2' : 'line-clamp-3' }`} > |
