fix(ui): update title attribute for info icon in AppBar component
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
464a5e7bc4
commit
5bbde9d9e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue