Skip to content

Commit

Permalink
fixed position and alignment of filter button
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveeerr authored Dec 8, 2024
1 parent 64fb626 commit 3ade5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/courses/[courseId]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ const Layout = async ({
const fullCourseContent = await getFullCourseContent(parseInt(courseId, 10));
return (
<div className="relative flex min-h-screen flex-col py-24">
<div className="flex justify-between">
<div className="flex justify-between items-center">
<div className="2/3">
<Sidebar fullCourseContent={fullCourseContent} courseId={courseId} />
</div>
<div className="w-1/3">
<div>
<FilterContent />
</div>
</div>
Expand Down

0 comments on commit 3ade5f9

Please sign in to comment.