From 28505ae2243fa8fa07ce33df81a998468be269de Mon Sep 17 00:00:00 2001 From: Ritweek Date: Sat, 19 Oct 2024 13:42:39 +0530 Subject: [PATCH] Fix:tracks pagination --- apps/web/components/Tracks.tsx | 28 +- yarn.lock | 7712 ++++++++++++++++++++++++++++++++ 2 files changed, 7725 insertions(+), 15 deletions(-) diff --git a/apps/web/components/Tracks.tsx b/apps/web/components/Tracks.tsx index d9af482c..7973dde6 100644 --- a/apps/web/components/Tracks.tsx +++ b/apps/web/components/Tracks.tsx @@ -128,11 +128,11 @@ export const Tracks = ({ tracks, categories }: TracksWithCategoriesProps) => { initial={{ y: -20, opacity: 0 }} animate={{ y: 0, opacity: 1 }} transition={{ duration: 0.5, ease: "easeInOut", type: "spring", damping: 10, delay: 0.5 }} - className="flex max-w-5xl flex-col gap-4 w-full mx-auto p-4" + className="mx-auto flex w-full max-w-5xl flex-col gap-4 p-4" id="tracks" > -
-
+
+
- +
-
+
{/* Filter by Categories */} -
+