Skip to content

Commit cd486eb

Browse files
authored
fix the community tab nav to be not rely on redirection (#933)
1 parent 7b8d752 commit cd486eb

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)