Skip to content

Commit b3c24c9

Browse files
authoredMar 29, 2025··
add community link back to mobile nav (#994)
* add community link back to mobile nav * format
1 parent f57a7b7 commit b3c24c9

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed
 

‎src/components/Navigation.res

+5-9
Original file line numberDiff line numberDiff line change
@@ -380,15 +380,11 @@ module MobileNav = {
380380
{React.string("Blog")}
381381
</Link>
382382
</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-
*/
383+
<li className=base>
384+
<Link href="/community" className={linkOrActiveLink(~target="/community", ~route)}>
385+
{React.string("Community")}
386+
</Link>
387+
</li>
392388
<li className=base>
393389
<a href=Constants.xHref rel="noopener noreferrer" className=extLink>
394390
{React.string("X")}

0 commit comments

Comments
 (0)
Please sign in to comment.