From eb2e9dc9639f70426e616470b87ac24fef5983e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Ara=C3=BAjo?= Date: Fri, 17 Apr 2026 16:56:17 -0300 Subject: [PATCH] fix: disable broken orama search --- 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' )} > - + {/* */}