Skip to content

Commit 12eb5e7

Browse files
authored
Copilot Search a11y: replace overlay footer with div (#55925)
1 parent d3d9d54 commit 12eb5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/search/components/input/SearchOverlay.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ export function SearchOverlay({
776776
width: '100%',
777777
}}
778778
/>
779-
<footer key="description" className={styles.footer}>
779+
<div key="description" className={styles.footer}>
780780
<Box
781781
sx={{
782782
display: 'flex',
@@ -818,7 +818,7 @@ export function SearchOverlay({
818818
}}
819819
dangerouslySetInnerHTML={{ __html: t('search.overlay.privacy_disclaimer') }}
820820
/>
821-
</footer>
821+
</div>
822822
<div
823823
aria-live="assertive"
824824
style={{

0 commit comments

Comments
 (0)