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 && ( -
+
)}