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

modfiy: change style for top bar

This commit is contained in:
sota1235
2016-12-22 15:04:58 +09:00
parent 2356d8a64f
commit ea1d76f853
2 changed files with 15 additions and 9 deletions

View File

@@ -312,7 +312,7 @@ class TopBar extends React.Component {
onClick={(e) => this.handleNewPostButtonClick(e)}>
<i className='fa fa-plus'/>
<span styleName='control-newPostButton-tooltip'>
New Note {OSX ? '⌘' : '^'} + n
Make a Note {OSX ? '⌘' : '^'} + n
</span>
</button>
</div>