Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
navbar: capitalize RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
nailgun authored Jan 15, 2018
1 parent 2e940f2 commit a91fa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default props =>
<Link to="/catalog">Catalog</Link>
</Menu.Item>
<Menu.Item key="rbac">
<Link to="/rbac">Rbac</Link>
<Link to="/rbac">RBAC</Link>
</Menu.Item>
</Menu>
</Layout.Header>
Expand Down

0 comments on commit a91fa0a

Please sign in to comment.