mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed some aria violations
(cherry picked from commit 7aa846343815105e3576e6aa20eac64fcb0edf8d) Closes #2422
This commit is contained in:
@@ -61,6 +61,7 @@ class PageHeader extends Component {
|
||||
<img
|
||||
className={styles.logo}
|
||||
src={`${window.Readarr.urlBase}/Content/Images/logo.svg`}
|
||||
alt="Readarr Logo"
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
@@ -79,6 +80,7 @@ class PageHeader extends Component {
|
||||
<IconButton
|
||||
className={styles.donate}
|
||||
name={icons.HEART}
|
||||
aria-label="Donate"
|
||||
to="https://opencollective.com/readarr"
|
||||
size={14}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user