Skip to content

Commit 624f2b2

Browse files
committed
fix the community tab nav to be not rely on redirection
1 parent 7b8d752 commit 624f2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigation.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
546546
{React.string("Blog")}
547547
</Link>
548548
<Link
549-
href="/community"
549+
href="/community/overview"
550550
className={"hidden xs:block " ++ linkOrActiveLink(~target="/community", ~route)}>
551551
{React.string("Community")}
552552
</Link>

0 commit comments

Comments
 (0)