mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
Fix at SideNav
This commit is contained in:
@@ -180,7 +180,7 @@ class SideNav extends React.Component {
|
|||||||
<button styleName='top-menu-preference'
|
<button styleName='top-menu-preference'
|
||||||
onClick={(e) => this.handleMenuButtonClick(e)}
|
onClick={(e) => this.handleMenuButtonClick(e)}
|
||||||
>
|
>
|
||||||
<img styleName='iconTag' src='../resources/icon/icon-setting.svg'/>
|
<img styleName='iconTag' src='../resources/icon/icon-setting.svg' />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user