Make navbar label consistent with page heading

pull/3797/head
Alex P 2018-06-28 15:25:47 -07:00
parent cd69f661ec
commit 7f4c8ea4da
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class SideNav extends PureComponent<Props> {
link="/logs" link="/logs"
location={location} location={location}
> >
<NavHeader link={'/logs'} title="Log Viewer" /> <NavHeader link={'/logs'} title="Logs Viewer" />
</NavBlock> </NavBlock>
<Authorized <Authorized