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

Fix at StatusBar

This commit is contained in:
Kazu Yokomizo
2017-11-18 14:44:06 +09:00
parent cab122ba8b
commit 2470364571

View File

@@ -55,7 +55,7 @@ class StatusBar extends React.Component {
<button styleName='zoom'
onClick={(e) => this.handleZoomButtonClick(e)}
>
<img src='../resources/icon/icon-zoom.svg'/>
<img src='../resources/icon/icon-zoom.svg' />
<span>{Math.floor(config.zoom * 100)}%</span>
</button>