Skip to content

Commit

Permalink
Added a new feedback form to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyadindi committed Oct 19, 2024
1 parent 7e5e54c commit ec7c4d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ export default function Navbar() {
Contact Us
</NavLink>
</li>
<li>
<NavLink
to="/Feedback"
className={({ isActive }) => (isActive ? 'active-link' : 'inactive-link')}
>
Feedback
</NavLink>
</li>
{!isLoggedIn && (
<li>
<NavLink
Expand Down

0 comments on commit ec7c4d5

Please sign in to comment.