@@ -122,7 +122,7 @@ function AnimeInfoLoader() {
{/* Recommendations Section */}
-
diff --git a/src/components/Loader/AtoZ.loader.jsx b/src/components/Loader/AtoZ.loader.jsx
index 1f9beab..de82505 100644
--- a/src/components/Loader/AtoZ.loader.jsx
+++ b/src/components/Loader/AtoZ.loader.jsx
@@ -9,7 +9,7 @@ function AtoZLoader() {
const gridClass = "grid-cols-8 max-[1600px]:grid-cols-6 max-[1200px]:grid-cols-4 max-[758px]:grid-cols-3 max-[478px]:grid-cols-3 max-[478px]:gap-x-2";
return (
-
+
diff --git a/src/components/Loader/Home.loader.jsx b/src/components/Loader/Home.loader.jsx
index 6068a78..03a4418 100644
--- a/src/components/Loader/Home.loader.jsx
+++ b/src/components/Loader/Home.loader.jsx
@@ -5,7 +5,7 @@ import SpotlightLoader from "./Spotlight.loader";
import TrendingLoader from "./Trending.loader";
const GenreLoader = () => (
-
+
{[...Array(8)].map((_, index) => (
(
);
const ContinueWatchingLoader = () => (
-
+
{[...Array(6)].map((_, index) => (
@@ -30,7 +30,7 @@ const ContinueWatchingLoader = () => (
);
const ScheduleLoader = () => (
-
+
{[...Array(6)].map((_, index) => (
@@ -48,7 +48,7 @@ const ScheduleLoader = () => (
);
const TabbedAnimeSectionLoader = () => (
-
+
{[...Array(3)].map((_, index) => (
@@ -67,14 +67,14 @@ const TabbedAnimeSectionLoader = () => (
function HomeLoader() {
return (
-
+
-
+
+
diff --git a/src/components/Loader/Trending.loader.jsx b/src/components/Loader/Trending.loader.jsx
index 53175b3..5724b8d 100644
--- a/src/components/Loader/Trending.loader.jsx
+++ b/src/components/Loader/Trending.loader.jsx
@@ -18,7 +18,7 @@ function TrendingLoader() {
return () => window.removeEventListener("resize", updateCount);
}, []);
return (
-
+
{[...Array(count)].map((_, index) => (