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

Change expand icon at NoteDetail

This commit is contained in:
Kazu Yokomizo
2017-09-22 15:56:49 +09:00
parent 5a85c257cf
commit 7b1c6c10b7
2 changed files with 2 additions and 2 deletions

View File

@@ -341,7 +341,7 @@ class MarkdownNoteDetail extends React.Component {
<button styleName='control-fullScreenButton'
onMouseDown={(e) => this.handleFullScreenButton(e)}
>
<i className='fa fa-expand' styleName='fullScreen-button' />
<i className='fa fa-window-maximize' styleName='fullScreen-button' />
</button>
<InfoButton
onClick={(e) => this.handleInfoButtonClick(e)}