From 333d70fa74911f6a48bf07f41ffdb943b2fb6379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Ara=C3=BAjo?= Date: Sat, 18 Apr 2026 07:53:33 -0300 Subject: [PATCH] fix: disable broken orama search (#8827) --- apps/site/components/withNavBar.tsx | 3 +-- packages/ui-components/src/Containers/NavBar/index.module.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/site/components/withNavBar.tsx b/apps/site/components/withNavBar.tsx index 445fecd4d704d..d89dbc3d22c97 100644 --- a/apps/site/components/withNavBar.tsx +++ b/apps/site/components/withNavBar.tsx @@ -12,7 +12,6 @@ import dynamic from 'next/dynamic'; import { useLocale, useTranslations } from 'next-intl'; import { useTheme } from 'next-themes'; -import SearchButton from '#site/components/Common/Searchbox'; import Link from '#site/components/Link'; import WithBanner from '#site/components/withBanner'; import WithNodejsLogo from '#site/components/withNodejsLogo'; @@ -66,7 +65,7 @@ const WithNavBar: FC = () => { 'components.containers.navBar.controls.toggle' )} > - + {/* */}