Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
feat(client): better navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexluong committed Oct 9, 2019
1 parent e376312 commit dbc4932
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ function Navigation() {
@{username}
</MenuButton>
<MenuList>
<MenuItem onClick={() => navigate("/dashboard")}>
Dashboard
</MenuItem>
<MenuItem onClick={() => navigate("/messages")}>
Messages
</MenuItem>
<MenuItem onClick={signOutAndNavigate}>Sign out</MenuItem>
</MenuList>
</Menu>
Expand Down

0 comments on commit dbc4932

Please sign in to comment.