1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +00:00

update new icon and design

This commit is contained in:
Rokt33r
2015-07-20 03:19:17 +09:00
parent 6140e93cc8
commit 03918527f6
4 changed files with 17 additions and 17 deletions

View File

@@ -33,9 +33,8 @@ var PlanetHeader = React.createClass({
return (
<div onClick={this.interceptClick} className='PlanetHeader'>
<div className='headerLabel'>
<span className='userName'>{currentUserName}</span><br/>
<span className='divider'>/</span>
<span className='planetName'>{currentPlanetName}</span>
<span className='userName'>{currentUserName}</span><br/>
<button className={'menuBtn'}>
<i className='fa fa-gears'></i>
</button>