Skip to content

Commit

Permalink
add quiz to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
itskdhere committed Nov 8, 2024
1 parent 02af0a4 commit 1484682
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const Navbar = (props) => {
<Link to="/teams/#core" className={classes.link}>
Teams
</Link>
<Link to="/quiz" className={classes.link}>
Quiz
</Link>
<Link to="/#faq" className={classes.link}>
FAQs
</Link>
Expand Down Expand Up @@ -91,6 +94,9 @@ const Navbar = (props) => {
<Link to="/teams/#core" className={classes.link}>
Teams
</Link>
<Link to="/quiz" className={classes.link}>
Quiz
</Link>
<Link to="/#faq" className={classes.link}>
FAQs
</Link>
Expand Down

0 comments on commit 1484682

Please sign in to comment.