Skip to content

Commit

Permalink
Remove unused filter from video page
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahad-Dezloper committed Jan 21, 2025
1 parent b22fbe9 commit c2ea4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CourseView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const CourseView = ({
: courseContent?.value.type;

return (
<div className="relative flex w-full bg-red-300 flex-col gap-8 pb-16 pt-8 xl:pt-[9px]">
<div className="relative flex w-full flex-col gap-8 pb-16 pt-8 xl:pt-[9px]">
<div className="sticky top-[73px] z-10 flex flex-col gap-4 bg-background py-2 xl:pt-2">
<BreadCrumbComponent
course={course}
Expand Down

0 comments on commit c2ea4b7

Please sign in to comment.