1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Change “Menu” to “Preferences”, and icon.

This commit is contained in:
Kazu Yokomizo
2017-07-06 14:27:18 +09:00
parent a128ff7cd8
commit 99b5f75763
2 changed files with 3 additions and 3 deletions

View File

@@ -62,8 +62,8 @@ class SideNav extends React.Component {
<button styleName='top-menu'
onClick={(e) => this.handleMenuButtonClick(e)}
>
<i className='fa fa-navicon fa-fw' />
<span styleName='top-menu-label'>Menu</span>
<i className='fa fa-wrench fa-fw' />
<span styleName='top-menu-label'>Preferences</span>
</button>
</div>