There was an error while loading. Please reload this page.
1 parent f640bc7 commit 14ca373Copy full SHA for 14ca373
1 file changed
osmium/src/ui/layout/main-header.tsx
@@ -96,7 +96,7 @@ export function MainHeader(_props: MainHeaderProps) {
96
return (
97
<li>
98
<NavLink
99
- href={`/${conf.path}`}
+ href={`/${conf.path}${p === "start" ? "/v2" : ""}`}
100
onClick={() => setNavOpen(false)}
101
active={project()?.current === p}
102
>
0 commit comments