Fix nav brand issue

bump react router
This commit is contained in:
Berkeley Martinez
2015-11-08 22:28:05 -08:00
parent 9ca11ebed2
commit 108f54d019
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import {
Col,
CollapsibleNav,
Nav,
NavBrand,
Navbar,
NavItem
} from 'react-bootstrap';
@@ -106,11 +107,11 @@ export default React.createClass({
const { username, points, picture } = this.props;
return (
<Navbar
brand={ logoElement }
className='nav-height'
fixedTop={ true }
toggleButton={ toggleButton }
toggleNavKey={ 0 }>
<NavBrand>{ logoElement }</NavBrand>
<CollapsibleNav eventKey={ 0 }>
<Nav
className='hamburger-dropdown'