mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
Comment out NavBarItem for "Dashboards" in the navigation bar
This commit is contained in:
parent
988d828bb6
commit
eb20a3c9a2
@ -118,14 +118,14 @@ const DashboardNavbar: FunctionComponent<ComponentProps> = (
|
||||
)}
|
||||
></NavBarItem>
|
||||
|
||||
<NavBarItem
|
||||
{/* <NavBarItem
|
||||
title="Dashboards"
|
||||
activeRoute={RouteMap[PageMap.DASHBOARDS]}
|
||||
icon={IconProp.Window}
|
||||
route={RouteUtil.populateRouteParams(
|
||||
RouteMap[PageMap.DASHBOARDS] as Route,
|
||||
)}
|
||||
></NavBarItem>
|
||||
></NavBarItem> */}
|
||||
|
||||
<NavBarItem
|
||||
title="More"
|
||||
|
Loading…
Reference in New Issue
Block a user