We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a3926 commit 01233adCopy full SHA for 01233ad
src/components/Navigation.res
@@ -380,13 +380,11 @@ module MobileNav = {
380
{React.string("Blog")}
381
</Link>
382
</li>
383
- <li className=base>
384
- <Link href="/community" className={linkOrActiveLink(~target="/community", ~route)}>
385
-
386
- {React.string("Community")}
387
388
- </Link>
389
- </li>
+ <li className=base>
+ <Link href="/community" className={linkOrActiveLink(~target="/community", ~route)}>
+ {React.string("Community")}
+ </Link>
+ </li>
390
<li className=base>
391
<a href=Constants.xHref rel="noopener noreferrer" className=extLink>
392
{React.string("X")}
0 commit comments