mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
modify: fix text on the modal window for creating new note
This commit is contained in:
@@ -100,7 +100,7 @@ class NewNoteModal extends React.Component {
|
|||||||
onKeyDown={(e) => this.handleKeyDown(e)}
|
onKeyDown={(e) => this.handleKeyDown(e)}
|
||||||
>
|
>
|
||||||
<div styleName='header'>
|
<div styleName='header'>
|
||||||
<div styleName='title'>New Note</div>
|
<div styleName='title'>Make a Note</div>
|
||||||
</div>
|
</div>
|
||||||
<button styleName='closeButton'
|
<button styleName='closeButton'
|
||||||
onClick={(e) => this.handleCloseButtonClick(e)}
|
onClick={(e) => this.handleCloseButtonClick(e)}
|
||||||
|
|||||||
Reference in New Issue
Block a user