@@ -179,10 +179,13 @@ export default function App() {
179
179
< Sherlock { ...masqueradeSherlockOptions } />
180
180
< details className = "group" >
181
181
< summary className = "flex cursor-default list-none items-center gap-1 transition-all [&::-webkit-details-marker]:hidden" >
182
- < InformationCircleIcon className = "not-sr-only size-5 grow-0" />
182
+ < InformationCircleIcon aria-hidden = "true" className = " size-5 grow-0" />
183
183
< span className = "grow text-xs font-semibold" > About this tool</ span >
184
184
< div className = "flex flex-1 justify-end" >
185
- < ChevronDownIcon className = "not-sr-only flex size-6 grow-0 rotate-0 transform transition-all duration-300 group-open:-rotate-180" />
185
+ < ChevronDownIcon
186
+ aria-hidden = "true"
187
+ className = "flex size-6 grow-0 rotate-0 transform transition-all duration-300 group-open:-rotate-180"
188
+ />
186
189
</ div >
187
190
</ summary >
188
191
< p className = "pl-2 pt-2 text-xs" >
@@ -200,10 +203,13 @@ export default function App() {
200
203
< Geocode { ...geocodeOptions } />
201
204
< details className = "group" >
202
205
< summary className = "flex cursor-default list-none items-center gap-1 transition-all [&::-webkit-details-marker]:hidden" >
203
- < InformationCircleIcon className = "not-sr-only size-5 grow-0" />
206
+ < InformationCircleIcon aria-hidden = "true" className = " size-5 grow-0" />
204
207
< span className = "grow text-xs font-semibold" > About this tool</ span >
205
208
< div className = "flex flex-1 justify-end" >
206
- < ChevronDownIcon className = "not-sr-only flex size-6 grow-0 rotate-0 transform transition-all duration-300 group-open:-rotate-180" />
209
+ < ChevronDownIcon
210
+ aria-hidden = "true"
211
+ className = "flex size-6 grow-0 rotate-0 transform transition-all duration-300 group-open:-rotate-180"
212
+ />
207
213
</ div >
208
214
</ summary >
209
215
< p className = "pl-2 pt-2 text-xs" >
0 commit comments