Add aria-hidden to decorative arrow-icon span in SearchHistory accordion header

This commit is contained in:
2026-04-20 22:02:45 +03:00
parent 0921c606df
commit 5f5f60ca3e
+1
View File
@@ -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