Skip to content

Commit 01233ad

Browse files
committed
format
1 parent a9a3926 commit 01233ad

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/components/Navigation.res

+5-7
Original file line numberDiff line numberDiff line change
@@ -380,13 +380,11 @@ module MobileNav = {
380380
{React.string("Blog")}
381381
</Link>
382382
</li>
383-
<li className=base>
384-
<Link href="/community" className={linkOrActiveLink(~target="/community", ~route)}>
385-
386-
{React.string("Community")}
387-
388-
</Link>
389-
</li>
383+
<li className=base>
384+
<Link href="/community" className={linkOrActiveLink(~target="/community", ~route)}>
385+
{React.string("Community")}
386+
</Link>
387+
</li>
390388
<li className=base>
391389
<a href=Constants.xHref rel="noopener noreferrer" className=extLink>
392390
{React.string("X")}

0 commit comments

Comments
 (0)