Skip to content

Commit d3ffd7f

Browse files
authored
Merge pull request #38725 from github/repo-sync
Repo sync
2 parents 732e2b5 + ad636dc commit d3ffd7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/search/components/input/SearchOverlay.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { useRouter } from 'next/router'
44
import {
55
ActionList,
66
Box,
7-
Header,
87
IconButton,
98
Link,
109
Overlay,
@@ -698,7 +697,7 @@ export function SearchOverlay({
698697
aria-labelledby={overlayHeadingId}
699698
ref={overlayRef}
700699
>
701-
<Header className={styles.header}>
700+
<div className={styles.header}>
702701
<Box
703702
sx={{
704703
display: isAskAIState ? 'flex' : 'none',
@@ -761,7 +760,7 @@ export function SearchOverlay({
761760
</Stack>
762761
}
763762
/>
764-
</Header>
763+
</div>
765764
<ActionList.Divider
766765
sx={{
767766
display: inErrorState ? 'none' : 'block',
@@ -776,7 +775,7 @@ export function SearchOverlay({
776775
width: '100%',
777776
}}
778777
/>
779-
<footer key="description" className={styles.footer}>
778+
<div key="description" className={styles.footer}>
780779
<Box
781780
sx={{
782781
display: 'flex',
@@ -818,7 +817,7 @@ export function SearchOverlay({
818817
}}
819818
dangerouslySetInnerHTML={{ __html: t('search.overlay.privacy_disclaimer') }}
820819
/>
821-
</footer>
820+
</div>
822821
<div
823822
aria-live="assertive"
824823
style={{

0 commit comments

Comments
 (0)