Skip to content

Commit

Permalink
revert navmenu item change
Browse files Browse the repository at this point in the history
  • Loading branch information
replaysMike committed May 3, 2023
1 parent 2b67168 commit 0e497da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Binner/Binner.Web/ClientApp/src/layouts/NavMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export function NavMenu(props) {
}
<Dropdown.Item icon="help circle" text="Help" as={Link} to="/help" />
<Dropdown.Item icon="bug" text="Report a Bug" as={Link} to="https://github.com/replaysMike/Binner/issues" target="_blank" />
<Dropdown.Item icon="comment" text="Support" as={Link} to="/support" />
<Dropdown.Item icon="sign out" text="Logout" onClick={logout} />
</Dropdown.Menu>
</Dropdown>
Expand Down

0 comments on commit 0e497da

Please sign in to comment.