Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
limichange committed Jan 8, 2020
1 parent a6af325 commit f35a3d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renderer/pages/main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class LayoutComponent extends React.Component {
}

onCollapse = (collapsed: boolean) => {
console.log(collapsed)
this.setState({ collapsed })
}

Expand Down Expand Up @@ -53,7 +52,7 @@ class LayoutComponent extends React.Component {
defaultSelectedKeys={['1']}
mode='inline'>
<Menu.Item key='1'>
<Icon type='message' />
<Icon type='edit' />
<span>Editor</span>
</Menu.Item>
<Menu.Item key='5'>
Expand Down

0 comments on commit f35a3d8

Please sign in to comment.