@@ -354,7 +354,7 @@ export default function Watch() {
{/* Seasons (Mobile only) */}
{seasons?.length > 0 && (
-
+
More Seasons
{seasons.map((season, idx) => (
@@ -373,6 +373,14 @@ export default function Watch() {
)}
+
+ {/* Related Anime (Mobile only) */}
+ {!animeInfoLoading && animeInfo?.related_data?.length > 0 && (
+
+
Related Anime
+
+
+ )}
{/* Right Column (Desktop Only) */}
@@ -399,13 +407,7 @@ export default function Watch() {
)}
- {/* Related Anime (Mobile only) */}
- {!animeInfoLoading && animeInfo?.related_data?.length > 0 && (
-