소스 검색

aria hidden on svg, as this is decorative

Sine Jespersen 9 달 전
부모
커밋
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>