From 2cadadfa06694b3fb08aeda003d324cf8e6abc43 Mon Sep 17 00:00:00 2001 From: jyotishpro Date: Sat, 16 Nov 2024 20:30:25 +0530 Subject: [PATCH] fixes #3371 algolia search button for mobile --- components/navigation/MobileNavMenu.tsx | 27 +++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/components/navigation/MobileNavMenu.tsx b/components/navigation/MobileNavMenu.tsx index 8b0ccd740374..61c8b7b3cc6f 100644 --- a/components/navigation/MobileNavMenu.tsx +++ b/components/navigation/MobileNavMenu.tsx @@ -41,6 +41,23 @@ export default function MobileNavMenu({ onClickClose = () => {} }: MobileNavMenu setOpen(menu); } + const loupeSvg = encodeURIComponent(` + + `); + return (
@@ -52,10 +69,16 @@ export default function MobileNavMenu({ onClickClose = () => {} }: MobileNavMenu
- +