Update NavItem to link to new basename

Update NavItem to link to the new basename, `next`. Thus avoiding to
redirec to the old ui.

See: https://www.patternfly.org/v4/documentation/react/components/nav
This commit is contained in:
nixocio
2020-05-21 12:02:27 -04:00
committed by Jake McDermott
parent 41d8edf94a
commit aef382862c

View File

@@ -41,7 +41,7 @@ class NavExpandableGroup extends Component {
groupId={groupId}
isActive={this.isActivePath(path)}
key={path}
to={`/#${path}`}
to={`/next/#${path}`}
>
{title}
</NavItem>