parent
c39283508c
commit
44f0306840
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export const PageNav: React.FunctionComponent = () => {
|
|||
return (
|
||||
<NavItem
|
||||
id={"nav-item" + path.replace("/", "-")}
|
||||
to={`/${realm}${path}`}
|
||||
to={`#/${realm}${path}`}
|
||||
isActive={
|
||||
path === activeItem || (path !== "/" && activeItem.startsWith(path))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue