mirror of
https://github.com/Radarr/Radarr
synced 2024-12-30 20:05:41 +00:00
Fixed: Donate Link references old URL
This commit is contained in:
parent
bf061f2a96
commit
c75362ecc8
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class PageHeader extends Component {
|
|||
<IconButton
|
||||
className={styles.donate}
|
||||
name={icons.HEART}
|
||||
to="https://radarr.video/donate.html"
|
||||
to="https://opencollective.com/radarr"
|
||||
size={14}
|
||||
/>
|
||||
<IconButton
|
||||
|
|
Loading…
Reference in a new issue