浏览代码

aria hidden on svg, as this is decorative

Sine Jespersen 3 月之前
父节点
当前提交
6a644cd03a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/lib/components/icons/ChevronDown.svelte

+ 1 - 0
src/lib/components/icons/ChevronDown.svelte

@@ -10,6 +10,7 @@
 	stroke-width={strokeWidth}
 	stroke="currentColor"
 	class={className}
+	aria-hidden="true"
 >
 	<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
 </svg>