Skip to content

Commit

Permalink
Add help to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
wildjames committed Nov 4, 2023
1 parent 08d7854 commit 95b1386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions todoqueue_frontend/src/components/navbar/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ export function Navigation({ households, selectedHousehold, setSelectedHousehold
)}
</Nav>

<Nav className="me-right navbar-links-container navbar-links-right">
<Nav.Link href="/help" className="navbar-link">Help</Nav.Link>
</Nav>

<Nav className="me-right navbar-links-container navbar-links-right">
{!isAuth && <Nav.Link href="/signup" className="navbar-link">Sign Up</Nav.Link>}
{isAuth ?
Expand Down

0 comments on commit 95b1386

Please sign in to comment.