Make the entire white square a link

pull/10616/head
Alex P 2017-06-15 10:14:03 -07:00
parent b84d23e7e0
commit e433a629da
1 changed files with 6 additions and 5 deletions

View File

@ -40,11 +40,12 @@ const SideNav = React.createClass({
return isHidden
? null
: <NavBar location={location}>
<div className="sidebar__logo">
<Link to={`${sourcePrefix}/${DEFAULT_HOME_PAGE}`}>
<span className="icon cubo-uniform" />
</Link>
</div>
<Link
to={`${sourcePrefix}/${DEFAULT_HOME_PAGE}`}
className="sidebar__logo"
>
<span className="icon cubo-uniform" />
</Link>
<NavBlock icon="cubo-node" link={`${sourcePrefix}/hosts`}>
<NavHeader link={`${sourcePrefix}/hosts`} title="Host List" />
</NavBlock>