We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ryyppy
Learn more about funding links in repositories.
Report abuse
1 parent f57a7b7 commit b3c24c9Copy full SHA for b3c24c9
src/components/Navigation.res
@@ -380,15 +380,11 @@ module MobileNav = {
380
{React.string("Blog")}
381
</Link>
382
</li>
383
- /*
384
- <li className=base>
385
- <Link href="/community" className={linkOrActiveLink(~target="/community", ~route)}>
386
-
387
- {React.string("Community")}
388
389
- </Link>
390
- </li>
391
- */
+ <li className=base>
+ <Link href="/community" className={linkOrActiveLink(~target="/community", ~route)}>
+ {React.string("Community")}
+ </Link>
+ </li>
392
<li className=base>
393
<a href=Constants.xHref rel="noopener noreferrer" className=extLink>
394
{React.string("X")}
0 commit comments