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?.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?.dub && (
-
+
)}
-
+
{item.tvInfo.showType.split(" ").shift()}
-
-
+
{item.tvInfo?.duration === "m" ||
item.tvInfo?.duration === "?" ||
item.duration === "m" ||