From 8f5167bad9829edfa43e654d08d6f806630e51d0 Mon Sep 17 00:00:00 2001 From: Tejas Panchal Date: Sun, 10 Aug 2025 20:33:36 +0530 Subject: [PATCH] fixed card --- src/components/categorycard/CategoryCard.jsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/categorycard/CategoryCard.jsx b/src/components/categorycard/CategoryCard.jsx index 097eaa3..b5cbf7b 100644 --- a/src/components/categorycard/CategoryCard.jsx +++ b/src/components/categorycard/CategoryCard.jsx @@ -229,34 +229,34 @@ const CategoryCard = React.memo( 18+ )} -
-
+
+
{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" ||