1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-22 14:11:42 +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

@@ -74,7 +74,7 @@ module.exports = React.createClass({
return (
<div tabIndex='2' className='UserNavigator'>
<button onClick={this.openPersonalSettingModal} className='userButton'>
<ProfileImage size='50' email={this.props.currentUser.email}/>
<ProfileImage size='55' email={this.props.currentUser.email}/>
</button>
<ul className='planetList'>
{planets}