From b9156d9c773e350b9e67aabf131eca77c20a45af Mon Sep 17 00:00:00 2001 From: Tejas Panchal Date: Thu, 19 Feb 2026 02:25:03 +0530 Subject: [PATCH] info --- src/pages/animeInfo/AnimeInfo.jsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pages/animeInfo/AnimeInfo.jsx b/src/pages/animeInfo/AnimeInfo.jsx index 9f004bc..e10e220 100644 --- a/src/pages/animeInfo/AnimeInfo.jsx +++ b/src/pages/animeInfo/AnimeInfo.jsx @@ -196,12 +196,12 @@ function AnimeInfo({ random = false }) {
-
+
{/* Main Content */} -
+
{/* Mobile Layout */} -
+
{/* Poster Section */}
@@ -490,7 +490,7 @@ function AnimeInfo({ random = false }) { {/* Seasons Section */} {seasons?.length > 0 && ( -
+

More Seasons

{seasons.map((season, index) => ( @@ -540,19 +540,20 @@ function AnimeInfo({ random = false }) { {/* Voice Actors Section */} {animeInfo?.charactersVoiceActors.length > 0 && ( -
+
)} {/* Recommendations Section */} {animeInfo.recommended_data.length > 0 && ( -
+
)}