We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0afbd commit 27be7f1Copy full SHA for 27be7f1
src/components/Navigation.res
@@ -372,9 +372,6 @@ module MobileNav = {
372
let extLink = "block hover:cursor-pointer hover:text-white text-gray-60"
373
<div className="border-gray-80 border-t">
374
<ul>
375
- // <li className=base>
376
- // <DocSearch.Textbox id="docsearch-mobile" />
377
- // </li>
378
<li className=base>
379
<Link href="/try" className={linkOrActiveLink(~target="/try", ~route)}>
380
{React.string("Playground")}
0 commit comments