Pretty straight up, yo
pull/10616/head
Alex P 2017-05-11 17:15:57 -07:00
parent 87feac7225
commit 24ce50be39
1 changed files with 1 additions and 3 deletions

View File

@ -81,9 +81,7 @@ const SideNav = React.createClass({
</NavBlock>
{showLogout
? <NavBlock icon="user-outline" className="sidebar__square-last">
<a className="sidebar__menu-item" href={logoutLink}>
Logout
</a>
<NavHeader link={logoutLink} title="Logout" />
</NavBlock>
: null}
</NavBar>