Skip to content

Commit 492eadc

Browse files
committed
format
1 parent a2c69dc commit 492eadc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Navigation.res

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,9 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
515515
<Link href={`/docs/manual/${version}/api`} className={linkOrActiveApiSubroute(~route)}>
516516
{React.string("API")}
517517
</Link>
518-
<Link href={`/docs/react/${version}/introduction`} className={linkOrActiveApiSubroute(~route)}>
518+
<Link
519+
href={`/docs/react/${version}/introduction`}
520+
className={linkOrActiveApiSubroute(~route)}>
519521
{React.string("React")}
520522
</Link>
521523
<Link

0 commit comments

Comments
 (0)