Skip to content

Commit

Permalink
fixed navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 1, 2021
2 parents f4b9ad6 + bf74bfe commit 1d744f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/core/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function Header () {
<FontAwesomeIcon icon={faUsersCog} className="mr-2" />
<Translate value="action.groups" />
</Dropdown.Item>
<Dropdown.Item as={Link} to="/roles" className="text-primary py-2" id="advanced-nav-dropdown-roles">
<Dropdown.Item as={Link} to="/roles" className="text-primary py-2" id="advanced-nav-dropdown-roles">
<FontAwesomeIcon icon={faUserTag} className="mr-2" />
<Translate value="action.roles" />
</Dropdown.Item>
Expand Down

0 comments on commit 1d744f7

Please sign in to comment.