From 2eb532d10f4caac7dd633648aea16ea7859b28f7 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 13:46:07 +0200 Subject: [PATCH] fix --- src/components/sections/product/ProductCardTwo.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/sections/product/ProductCardTwo.tsx b/src/components/sections/product/ProductCardTwo.tsx index e0cfbf2..f79ea84 100644 --- a/src/components/sections/product/ProductCardTwo.tsx +++ b/src/components/sections/product/ProductCardTwo.tsx @@ -139,7 +139,6 @@ const ProductCardItem = memo(({ @@ -201,7 +200,7 @@ const ProductCardTwo = ({ uniformGridCustomHeightClasses={uniformGridCustomHeightClasses} gridRowsClassName={customGridRows} animationType={animationType} - + title={title} titleSegments={titleSegments} description={description} -- 2.49.1