mirror of
https://github.com/BoostIo/Boostnote
synced 2026-05-17 21:11:55 +00:00
dark theme
This commit is contained in:
@@ -74,7 +74,7 @@ class StatusBar extends React.Component {
|
||||
<div styleName='pathname'>{location.pathname + location.search}</div>
|
||||
{this.state.updateReady
|
||||
? <button onClick={this.updateApp} styleName='update'>
|
||||
<i styleName='update-icon' className='fa fa-cloud-download'/> Update is ready!
|
||||
<i styleName='update-icon' className='fa fa-cloud-download'/> Ready to Update!
|
||||
</button>
|
||||
: null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user