Skip to content

Commit

Permalink
Remove unimplemented features from nav
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jul 12, 2019
1 parent 349562f commit f457605
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions frontend/src/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,28 +115,6 @@ class Base extends React.Component {
</Link>
</Menu.Item>
</SubMenu>

<SubMenu
key="/settings"
title={
<span>
<Icon type="setting" />
<span>Settings</span>
</span>
}
>
<Menu.Item key="9">
<Icon type="user" /> Users
</Menu.Item>
<Menu.Item key="10">
<Icon type="setting" />
Settings
</Menu.Item>
</SubMenu>
<Menu.Item key="11">
<Icon type="logout" />
<span>Logout</span>
</Menu.Item>
</Menu>
</Sider>

Expand Down

0 comments on commit f457605

Please sign in to comment.