Skip to content

Commit 2d42ed9

Browse files
committed
Fix community links
1 parent 9f886db commit 2d42ed9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/Navigation.res

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ module MobileNav = {
4545
</Link>
4646
</li>
4747
<li className=base>
48-
<Link to=#"/community" className={linkOrActiveLink(~target=#"/community", ~route)}>
48+
<Link
49+
to=#"/community/overview"
50+
className={linkOrActiveLink(~target=#"/community/overview", ~route)}
51+
>
4952
{React.string("Community")}
5053
</Link>
5154
</li>
@@ -133,7 +136,8 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
133136

134137
<Link
135138
to=#"/community/overview"
136-
className={"hidden xs:block " ++ linkOrActiveLink(~target=#"/community", ~route)}
139+
className={"hidden xs:block " ++
140+
linkOrActiveLink(~target=#"/community/overview", ~route)}
137141
>
138142
{React.string("Community")}
139143
</Link>

0 commit comments

Comments
 (0)