chore: update links in about page

This commit is contained in:
Ax333l 2023-06-29 18:10:40 +02:00
parent 7f4943d5bf
commit 5c12fe546b
No known key found for this signature in database
GPG Key ID: D2B4D85271127D23

View File

@ -39,7 +39,7 @@ fun AboutSettingsScreen(
val filledButton = listOf(
Triple(Icons.Outlined.FavoriteBorder, stringResource(R.string.donate)) {
context.openUrl("https://github.com/sponsors/ReVanced")
context.openUrl("https://revanced.app/donate")
},
Triple(Icons.Outlined.Language, stringResource(R.string.website), third = {
context.openUrl("https://revanced.app")
@ -51,7 +51,7 @@ fun AboutSettingsScreen(
context.openUrl("https://revanced.app/github")
}),
Triple(Icons.Outlined.MailOutline, stringResource(R.string.contact), third = {
context.openUrl("mailto:contact@revanced.app")
context.openUrl("mailto:nosupport@revanced.app")
}),
)