Skip to content

Commit d05070a

Browse files
committed
set to use latest
1 parent 492eadc commit d05070a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Navigation.res

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,7 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
516516
{React.string("API")}
517517
</Link>
518518
<Link
519-
href={`/docs/react/${version}/introduction`}
520-
className={linkOrActiveApiSubroute(~route)}>
519+
href={`/docs/react/latest/introduction`} className={linkOrActiveApiSubroute(~route)}>
521520
{React.string("React")}
522521
</Link>
523522
<Link

0 commit comments

Comments
 (0)