diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-10 15:11:55 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-10 15:11:55 +0700 |
| commit | b027c12d678698a9b8adcf4508a6160321c8172a (patch) | |
| tree | 6eb264d8404928fd20c802d1b562acce15c76afb /src/lib/product | |
| parent | 07817bbdc1f1ae29c848e5dfdb3ac5b140f48cc4 (diff) | |
Feature rfq, social media url, widget whatsapp offset
Diffstat (limited to 'src/lib/product')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 9300643e..9a5fe9a2 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -48,6 +48,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { className={`font-normal mb-2 !text-gray_r-12 leading-6 block ${ simpleTitle ? 'line-clamp-2 h-12' : 'line-clamp-3 h-[64px]' }`} + title={product?.name} > {product?.name} </Link> |
