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

Fix at SideNav

This commit is contained in:
Kazu Yokomizo
2017-11-18 14:42:57 +09:00
parent cbcc9fb411
commit 56b01b5a85

View File

@@ -180,7 +180,7 @@ class SideNav extends React.Component {
<button styleName='top-menu-preference'
onClick={(e) => this.handleMenuButtonClick(e)}
>
<img styleName='iconTag' src='../resources/icon/icon-setting.svg'/>
<img styleName='iconTag' src='../resources/icon/icon-setting.svg' />
</button>
</div>
</div>