1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-21 05:31:45 +00:00

Fix: Design changed

This commit is contained in:
Rokt33r
2015-07-30 12:50:12 +09:00
parent 920704075e
commit 45b99d13cd
5 changed files with 25 additions and 27 deletions

View File

@@ -36,7 +36,6 @@ var PlanetHeader = React.createClass({
<i className='fa fa-search'/>
<input onChange={this.props.onSearchChange} value={this.props.search} ref='search' tabIndex='1' type='text' className='inline-input circleInput' placeholder='Search...'/>
</div>
<a className='downloadButtton btn-primary'>Download Mac app</a>
</div>
</div>
)