From 4b97ebedc8c192a3b05cd08d35b3bf155fa5c90d Mon Sep 17 00:00:00 2001 From: Tejas Panchal Date: Fri, 1 Aug 2025 23:06:04 +0530 Subject: [PATCH] CARD STYLE FIX --- src/components/categorycard/CategoryCard.jsx | 40 ++++++++++---------- src/components/continue/ContinueWatching.jsx | 8 ++-- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/components/categorycard/CategoryCard.jsx b/src/components/categorycard/CategoryCard.jsx index 896a9f0..d8005a0 100644 --- a/src/components/categorycard/CategoryCard.jsx +++ b/src/components/categorycard/CategoryCard.jsx @@ -131,39 +131,39 @@ const CategoryCard = React.memo( {(item.tvInfo?.rating === "18+" || item?.adultContent === true) && ( -
+
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" || @@ -225,38 +225,38 @@ const CategoryCard = React.memo(
{(item.tvInfo?.rating === "18+" || item?.adultContent === true) && ( -
+
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" || diff --git a/src/components/continue/ContinueWatching.jsx b/src/components/continue/ContinueWatching.jsx index 4d7d77b..cc3c786 100644 --- a/src/components/continue/ContinueWatching.jsx +++ b/src/components/continue/ContinueWatching.jsx @@ -107,17 +107,17 @@ const ContinueWatching = () => {
{item?.adultContent === true && ( -
+
18+
)} -
-

+

+

{language === "EN" ? item?.title : item?.japanese_title}

-

+

Episode {item.episodeNum}