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

modify: move star on left side

This commit is contained in:
sota1235
2016-12-21 15:59:25 +09:00
parent 18961ff555
commit bf9773be20
6 changed files with 27 additions and 19 deletions

View File

@@ -53,7 +53,6 @@ class StarButton extends React.Component {
: 'fa fa-star-o'
}
/>
<span styleName='tooltip'>Star Note</span>
</button>
)
}