1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

modify: fix text on the modal window for creating new note

This commit is contained in:
sota1235
2016-12-29 13:51:45 +09:00
parent 76bdb708fa
commit 095a29972a

View File

@@ -100,7 +100,7 @@ class NewNoteModal extends React.Component {
onKeyDown={(e) => this.handleKeyDown(e)}
>
<div styleName='header'>
<div styleName='title'>New Note</div>
<div styleName='title'>Make a Note</div>
</div>
<button styleName='closeButton'
onClick={(e) => this.handleCloseButtonClick(e)}