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'
)}
>
-
+ {/* */}