File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/ui-components/src/Containers/NavBar Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import dynamic from 'next/dynamic';
1212import { useLocale , useTranslations } from 'next-intl' ;
1313import { useTheme } from 'next-themes' ;
1414
15- import SearchButton from '#site/components/Common/Searchbox' ;
1615import Link from '#site/components/Link' ;
1716import WithBanner from '#site/components/withBanner' ;
1817import 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 }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments