mirror of
https://github.com/navidrome/navidrome.git
synced 2025-12-23 23:18:05 -05:00
fix(ui): update title attribute for info icon in AppBar component
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -50,7 +50,7 @@ const AboutMenuItem = forwardRef(({ onClick, ...rest }, ref) => {
|
||||
<>
|
||||
<MenuItem ref={ref} onClick={handleOpen} className={classes.root}>
|
||||
<ListItemIcon className={classes.icon}>
|
||||
<MdInfo titleAccess={label} size={24} />
|
||||
<MdInfo title={label} size={24} />
|
||||
</ListItemIcon>
|
||||
{label}
|
||||
</MenuItem>
|
||||
|
||||
Reference in New Issue
Block a user