Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions apps/site/components/withNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -66,7 +65,7 @@ const WithNavBar: FC = () => {
'components.containers.navBar.controls.toggle'
)}
>
<SearchButton />
{/* <SearchButton /> */}

Comment thread
araujogui marked this conversation as resolved.
<ThemeToggle
onChange={setTheme}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
flex-row
flex-wrap
items-center
justify-between
justify-end
gap-2
Comment thread
araujogui marked this conversation as resolved.
border-b
border-neutral-200
Expand Down
Loading