Skip to content

Commit

Permalink
edit aria label
Browse files Browse the repository at this point in the history
  • Loading branch information
vilderoxan committed Jan 5, 2024
1 parent 8c585ab commit cb3057f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/sok/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ const SearchResult = ({
onChange={toggleCompareProduct}
checked={isInProductsToCompare}
>
Sammenlign {product.title}
<div aria-label={`sammenlign ${product.title}`}>
<span aria-hidden>Sammenlign</span>
</div>
</Checkbox>
</div>
<div className="search-result__container">
Expand Down

0 comments on commit cb3057f

Please sign in to comment.