File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/search/components/input Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { useRouter } from 'next/router'
44import {
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 = { {
You can’t perform that action at this time.
0 commit comments