Skip to content

Commit

Permalink
fix(frontend): fixed navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoSkorJjj committed Apr 29, 2024
1 parent cd0a766 commit acf6239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/navbar/components/AuthMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export const AuthMenu = ({ user, handleSignOutClick }: AuthMenuProps) => {
</Center>
<br />
<Menu.Divider />
<Menu.Item as="a" href="/profile">
Profile
<Menu.Item as="a" href="/inventory">
Your Notes
</Menu.Item>
<Menu.Item onClick={handleSignOutClick}>Logout</Menu.Item>
</Menu.List>
Expand Down

0 comments on commit acf6239

Please sign in to comment.