We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12eb5e7 commit ad636dcCopy full SHA for ad636dc
src/search/components/input/SearchOverlay.tsx
@@ -4,7 +4,6 @@ import { useRouter } from 'next/router'
4
import {
5
ActionList,
6
Box,
7
- Header,
8
IconButton,
9
Link,
10
Overlay,
@@ -698,7 +697,7 @@ export function SearchOverlay({
698
697
aria-labelledby={overlayHeadingId}
699
ref={overlayRef}
700
>
701
- <Header className={styles.header}>
+ <div className={styles.header}>
702
<Box
703
sx={{
704
display: isAskAIState ? 'flex' : 'none',
@@ -761,7 +760,7 @@ export function SearchOverlay({
761
760
</Stack>
762
}
763
/>
764
- </Header>
+ </div>
765
<ActionList.Divider
766
767
display: inErrorState ? 'none' : 'block',
0 commit comments