Add aria-hidden to decorative arrow-icon span in SearchHistory accordion header
This commit is contained in:
@@ -87,6 +87,7 @@ export const SearchHistory: FC = () => {
|
||||
className={`arrow-icon${
|
||||
expanded ? " arrow-icon--rotated" : ""
|
||||
}`}
|
||||
aria-hidden="true"
|
||||
>
|
||||
<svg viewBox="0 0 12 8" width="12" height="8">
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user