From 6a7b5d9d797482689ec4855414149a320d446a57 Mon Sep 17 00:00:00 2001 From: Tejas Panchal Date: Fri, 1 Aug 2025 22:08:28 +0530 Subject: [PATCH] card style fix --- src/components/categorycard/CategoryCard.jsx | 41 ++++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/src/components/categorycard/CategoryCard.jsx b/src/components/categorycard/CategoryCard.jsx index 18481c5..230a012 100644 --- a/src/components/categorycard/CategoryCard.jsx +++ b/src/components/categorycard/CategoryCard.jsx @@ -136,34 +136,34 @@ const CategoryCard = React.memo( )}
-
+
{item.tvInfo?.sub && ( -
+
-

+

{item.tvInfo.sub}

)} {item.tvInfo?.dub && ( -
+
-

+

{item.tvInfo.dub}

)} -
+
{item.tvInfo.showType.split(" ").shift()}
-
-
+
+
{item.tvInfo?.duration === "m" || item.tvInfo?.duration === "?" || item.duration === "m" || @@ -189,7 +189,7 @@ const CategoryCard = React.memo( ))}
)} -
+
{itemsToRender.remainingItems.map((item, index) => (
)}
-
+
{item.tvInfo?.sub && ( -
+
-

+

{item.tvInfo.sub}

)} {item.tvInfo?.dub && ( -
+
-

+

{item.tvInfo.dub}

)} -
+
{item.tvInfo.showType.split(" ").shift()}
-
-
+
{item.tvInfo?.duration === "m" || item.tvInfo?.duration === "?" || item.duration === "m" ||