Skip to content

Commit 14ca373

Browse files
authored
Point Main Nav SolidStart link to /v2 (#1615)
point main SolidStart link to /v2
1 parent f640bc7 commit 14ca373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osmium/src/ui/layout/main-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function MainHeader(_props: MainHeaderProps) {
9696
return (
9797
<li>
9898
<NavLink
99-
href={`/${conf.path}`}
99+
href={`/${conf.path}${p === "start" ? "/v2" : ""}`}
100100
onClick={() => setNavOpen(false)}
101101
active={project()?.current === p}
102102
>

0 commit comments

Comments
 (0)