From b027c12d678698a9b8adcf4508a6160321c8172a Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 10 May 2023 15:11:55 +0700 Subject: Feature rfq, social media url, widget whatsapp offset --- src/lib/product/components/ProductCard.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/product') 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} -- cgit v1.2.3