fixed link (#2258)

fixes: #1958
This commit is contained in:
Erik Jan de Wit 2022-03-21 07:44:36 +01:00 committed by GitHub
parent c39283508c
commit 44f0306840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))
}