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 = ({
113
113
return (
114
114
< >
115
115
{ ! 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 } >
121
117
< SearchIcon />
122
118
</ Button >
123
119
) }
@@ -169,7 +165,7 @@ export const Mobile = ({
169
165
borderColor : 'border.muted' ,
170
166
position : 'relative' ,
171
167
bg : 'canvas.default' ,
172
- zIndex : Z_INDEX . SEARCH_OVERLAY + 1 ,
168
+ zIndex : Z_INDEX . SEARCH_OVERLAY + 1 ,
173
169
} }
174
170
>
175
171
< motion . div
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ export const CLI_PATH = '/cli'
14
14
15
15
export const Z_INDEX = {
16
16
HEADER : 10 ,
17
- SEARCH_OVERLAY : 25
18
- }
17
+ SEARCH_OVERLAY : 25 ,
18
+ }
You can’t perform that action at this time.
0 commit comments