From df121cc78328be003aef7784811e086c61349afb Mon Sep 17 00:00:00 2001 From: Tariq Jamal A Date: Mon, 19 May 2025 01:53:36 +0530 Subject: [PATCH] refactor: resolve related item scrolling issue in related products --- components/products/RelatedProductCards.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/products/RelatedProductCards.jsx b/components/products/RelatedProductCards.jsx index c68b7ae..fa28756 100644 --- a/components/products/RelatedProductCards.jsx +++ b/components/products/RelatedProductCards.jsx @@ -30,12 +30,12 @@ const RelatedProductCards = ({ productId }) => { You may also like -
+
{relatedProducts.map((product) => (
Exclusive @@ -49,8 +49,8 @@ const RelatedProductCards = ({ productId }) => { className="w-full h-full object-cover hover:scale-125 transition-transform ease-in-out duration-300" />
-
-

+
+

{product.product_name}