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
1 parent bc839bd commit bf74bfe
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 @@ -77,7 +77,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">
<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 bf74bfe

Please sign in to comment.