mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 07:13:47 -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
|
@ -61,6 +61,7 @@ class PageHeader extends Component {
|
|||
<img
|
||||
className={styles.logo}
|
||||
src={`${window.Lidarr.urlBase}/Content/Images/logo.svg`}
|
||||
alt="Lidarr Logo"
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
|
@ -79,6 +80,7 @@ class PageHeader extends Component {
|
|||
<IconButton
|
||||
className={styles.donate}
|
||||
name={icons.HEART}
|
||||
aria-label="Donate"
|
||||
to="https://lidarr.audio/donate"
|
||||
size={14}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue