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 d3d9d54 commit 12eb5e7Copy full SHA for 12eb5e7
src/search/components/input/SearchOverlay.tsx
@@ -776,7 +776,7 @@ export function SearchOverlay({
776
width: '100%',
777
}}
778
/>
779
- <footer key="description" className={styles.footer}>
+ <div key="description" className={styles.footer}>
780
<Box
781
sx={{
782
display: 'flex',
@@ -818,7 +818,7 @@ export function SearchOverlay({
818
819
dangerouslySetInnerHTML={{ __html: t('search.overlay.privacy_disclaimer') }}
820
821
- </footer>
+ </div>
822
<div
823
aria-live="assertive"
824
style={{
0 commit comments