1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-15 23:09:53 +02:00

Fixed: Donate Link references old URL

This commit is contained in:
Qstick 2020-07-12 22:31:27 -04:00
parent bf061f2a96
commit c75362ecc8

View File

@ -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