From 3ade5f9beb1250b34b7166760a5d29b3e3738529 Mon Sep 17 00:00:00 2001 From: Rajveer Singh Date: Mon, 9 Dec 2024 02:48:41 +0530 Subject: [PATCH] fixed position and alignment of filter button --- src/app/courses/[courseId]/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/courses/[courseId]/layout.tsx b/src/app/courses/[courseId]/layout.tsx index df922375a..827af309b 100644 --- a/src/app/courses/[courseId]/layout.tsx +++ b/src/app/courses/[courseId]/layout.tsx @@ -49,11 +49,11 @@ const Layout = async ({ const fullCourseContent = await getFullCourseContent(parseInt(courseId, 10)); return (
-
+
-
+