feat: add aria-label attributes to various components for improved accessibility
This commit is contained in:
@@ -389,6 +389,7 @@ class Product extends Component {
|
||||
component={Link}
|
||||
to={`/Artikel/${seoName}`}
|
||||
size="small"
|
||||
aria-label="Produktdetails anzeigen"
|
||||
sx={{ mr: 1, color: 'text.secondary' }}
|
||||
>
|
||||
<ZoomInIcon />
|
||||
|
||||
Reference in New Issue
Block a user