Skip to content

Commit

Permalink
feat: Add Rate Us navigation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash8077 committed Oct 31, 2024
1 parent 9dac49e commit de6440b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chaosweb-v@2/src/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,9 @@ const Navbar = () => {
<div className="nav-item" onClick={() => handleNavigate("/barrelroll")}>
Do a Barrel Roll
</div>
<div className="nav-item" onClick={() => handleNavigate("/rateus")}>
Rate Us
</div>
<div className="nav-item" onClick={() => handleNavigate("/maze")}>
Maze Game
</div>
Expand Down

0 comments on commit de6440b

Please sign in to comment.