Skip to content

Commit

Permalink
only leave the syllabus on the nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumi-works committed Aug 2, 2024
1 parent ff97760 commit 3eaeecf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ const Header = () => {
<Logo />
{/* nav links */}
<div className="hidden md:flex items-center space-x-4">
<Link href="/lectures" className="hover:text-accent">
{/* <Link href="/lectures" className="hover:text-accent">
{" "}
Lectures{" "}
</Link>
</Link> */}
{/* <Link href="/assignments" className="hover:text-accent">
{" "}
Assignments{" "}
</Link> */}
<Link href="/quizzes" className="hover:text-accent">
{/* <Link href="/quizzes" className="hover:text-accent">
{" "}
Quizzes{" "}
</Link>
</Link> */}
<Link href="/syllabus" className="hover:text-accent">
{" "}
Syllabus{" "}
Expand All @@ -39,10 +39,10 @@ const Header = () => {
{" "}
Course Book{" "}
</Link> */}
<Link href="/support" className="hover:text-accent">
{/* <Link href="/support" className="hover:text-accent">
{" "}
Support{" "}
</Link>
</Link> */}
</div>

{/* Hamburger Icon */}
Expand Down

0 comments on commit 3eaeecf

Please sign in to comment.