Skip to content

Commit

Permalink
Duplicate screenreader
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Gasperini authored and Alessandro Gasperini committed Nov 28, 2024
1 parent d65c5ad commit b176a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/Search/SearchFilters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const FilterSearch: React.FC<FilterSearchProps> = ({
name={filterKey}
placeholder={t("search$filtersearch")}
className="focus--in border-none"
aria-label={`${t("search$filtersearch")} ${title}`}
aria-label={title}
value={filter[filterKey] || ""}
onChange={(e) => (
clearCurrentScrollPos(),
Expand Down

0 comments on commit b176a63

Please sign in to comment.