Skip to content

Commit eb2e9dc

Browse files
committed
fix: disable broken orama search
1 parent 5a6d7d2 commit eb2e9dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/site/components/withNavBar.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import dynamic from 'next/dynamic';
1212
import { useLocale, useTranslations } from 'next-intl';
1313
import { useTheme } from 'next-themes';
1414

15-
import SearchButton from '#site/components/Common/Searchbox';
1615
import Link from '#site/components/Link';
1716
import WithBanner from '#site/components/withBanner';
1817
import WithNodejsLogo from '#site/components/withNodejsLogo';
@@ -66,7 +65,7 @@ const WithNavBar: FC = () => {
6665
'components.containers.navBar.controls.toggle'
6766
)}
6867
>
69-
<SearchButton />
68+
{/* <SearchButton /> */}
7069

7170
<ThemeToggle
7271
onChange={setTheme}

packages/ui-components/src/Containers/NavBar/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
flex-row
9090
flex-wrap
9191
items-center
92-
justify-between
92+
justify-end
9393
gap-2
9494
border-b
9595
border-neutral-200

0 commit comments

Comments
 (0)