Skip to content

Commit 27be7f1

Browse files
committed
remove comment
1 parent 7f0afbd commit 27be7f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Navigation.res

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,6 @@ module MobileNav = {
372372
let extLink = "block hover:cursor-pointer hover:text-white text-gray-60"
373373
<div className="border-gray-80 border-t">
374374
<ul>
375-
// <li className=base>
376-
// <DocSearch.Textbox id="docsearch-mobile" />
377-
// </li>
378375
<li className=base>
379376
<Link href="/try" className={linkOrActiveLink(~target="/try", ~route)}>
380377
{React.string("Playground")}

0 commit comments

Comments
 (0)