Skip to content

Commit

Permalink
aria-label for Search button
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner committed Aug 18, 2024
1 parent 4d242de commit 0f30f10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,9 @@ export function Search({
className="filter-icon-container"
>
{!!isMain ? (
<IconButton onClick={() => openFilter()}>
<IconButton
onClick={() => openFilter()}
aria-label="Filter">
<FilterIcon
sx={{
transition: "stroke 0.3s",
Expand All @@ -905,6 +907,7 @@ export function Search({
) : (
<IconButton
onClick={handleGoButton}
aria-label="Go"
sx={{
"&:hover": {
background: "#7aa8ff",
Expand Down

0 comments on commit 0f30f10

Please sign in to comment.