Skip to content

Commit

Permalink
Remove docsearch button
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed Nov 6, 2023
1 parent 23edb04 commit 6b65f26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/components/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { HEADER_HEIGHT, NAVBAR_BREAKPOINT, NAVBAR_WIDTH } from '~/config';
import ColorSchemeActionIcon from './appHeader/ColorSchemeActionIcon';
import ColorSchemeControl from './appHeader/ColorSchemeControl';
import NpmLinkButton from './appHeader/NpmLinkButton';
import SearchButton from './appHeader/SearchButton';
import SourceLinkActionIcon from './appHeader/SourceLinkActionIcon';
import SourceLinkButton from './appHeader/SourceLinkButton';
import SponsorsLinkActionIcon from './appHeader/SponsorsLinkActionIcon';
Expand Down Expand Up @@ -107,7 +106,7 @@ export default function AppHeader({ onShowNavbarClick }: { onShowNavbarClick: ()
<Logo className={classes.logo} insideHeader />
</Group>
<Group spacing="xs">
<SearchButton />
{/* <SearchButton /> */}
<Group className={classes.actionIcons} spacing="xs">
<SourceLinkActionIcon />
<SponsorsLinkActionIcon />
Expand Down

0 comments on commit 6b65f26

Please sign in to comment.