mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -07:00
Fixed some aria violations
(cherry picked from commit 7aa846343815105e3576e6aa20eac64fcb0edf8d) Closes #3589
This commit is contained in:
parent
dec6c32719
commit
4782922a47
5 changed files with 9 additions and 4 deletions
|
@ -20,7 +20,7 @@ function PageHeaderActionsMenu(props) {
|
|||
return (
|
||||
<div>
|
||||
<Menu alignMenu={align.RIGHT}>
|
||||
<MenuButton className={styles.menuButton}>
|
||||
<MenuButton className={styles.menuButton} aria-label="Menu Button">
|
||||
<Icon
|
||||
name={icons.INTERACTIVE}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue