feat: add aria-label attributes to various components for improved accessibility
This commit is contained in:
@@ -261,6 +261,7 @@ const SearchBar = () => {
|
||||
<IconButton
|
||||
size="small"
|
||||
onClick={handleEnterClick}
|
||||
aria-label="Suche starten"
|
||||
sx={{
|
||||
ml: loadingSuggestions ? 0.5 : 0,
|
||||
p: 0.5,
|
||||
|
||||
Reference in New Issue
Block a user