Skip to content

Commit

Permalink
chore(SearchBar.svelte): remove unnecessary role attribute from label…
Browse files Browse the repository at this point in the history
… element for improved accessibility
  • Loading branch information
edwardspresume committed Jul 23, 2023
1 parent faebd9d commit b2fc9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Filters/SearchBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
</script>

<label role="search" class="flex-grow">
<label class="flex-grow">
<span class="sr-only">{labelText}</span>
<input
type="search"
Expand Down

0 comments on commit b2fc9f9

Please sign in to comment.