Browse Source

decorative svgs hidden from screen reader

Sine Jespersen 3 months ago
parent
commit
d837e6e579
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/components/AddServerModal.svelte

+ 2 - 0
src/lib/components/AddServerModal.svelte

@@ -224,6 +224,7 @@
 												viewBox="0 0 20 20"
 												fill="currentColor"
 												class="w-4 h-4"
+												aria-hidden="true"
 											>
 												<path
 													fill-rule="evenodd"
@@ -374,6 +375,7 @@
 							{#if loading}
 								<div class="ml-2 self-center">
 									<svg
+										aria-hidden="true"
 										class=" w-4 h-4"
 										viewBox="0 0 24 24"
 										fill="currentColor"