File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,7 @@ export const Mobile = ({
113113 return (
114114 < >
115115 { ! isMobileSearchOpen && (
116- < Button
117- aria-label = "Search"
118- aria-expanded = { isMobileSearchOpen }
119- onClick = { handleSearchToggle }
120- >
116+ < Button aria-label = "Search" aria-expanded = { isMobileSearchOpen } onClick = { handleSearchToggle } >
121117 < SearchIcon />
122118 </ Button >
123119 ) }
@@ -169,7 +165,7 @@ export const Mobile = ({
169165 borderColor : 'border.muted' ,
170166 position : 'relative' ,
171167 bg : 'canvas.default' ,
172- zIndex : Z_INDEX . SEARCH_OVERLAY + 1 ,
168+ zIndex : Z_INDEX . SEARCH_OVERLAY + 1 ,
173169 } }
174170 >
175171 < motion . div
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ export const CLI_PATH = '/cli'
1414
1515export const Z_INDEX = {
1616 HEADER : 10 ,
17- SEARCH_OVERLAY : 25
18- }
17+ SEARCH_OVERLAY : 25 ,
18+ }
You can’t perform that action at this time.
0 commit comments