Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/components/Navigation.res
Original file line number Diff line number Diff line change
Expand Up @@ -380,15 +380,13 @@ module MobileNav = {
{React.string("Blog")}
</Link>
</li>
/*
<li className=base>
<Link href="/community" className={linkOrActiveLink(~target="/community", ~route)}>

{React.string("Community")}

</Link>
</li>
*/
<li className=base>
<a href=Constants.xHref rel="noopener noreferrer" className=extLink>
{React.string("X")}
Expand Down
Loading