From 108f54d01953f06db2e1cad635569c9f7d299c59 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Sun, 8 Nov 2015 22:28:05 -0800 Subject: [PATCH] Fix nav brand issue bump react router --- common/app/components/Nav/Nav.jsx | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/app/components/Nav/Nav.jsx b/common/app/components/Nav/Nav.jsx index a199d0a539..874d791e91 100644 --- a/common/app/components/Nav/Nav.jsx +++ b/common/app/components/Nav/Nav.jsx @@ -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 ( + { logoElement }