chore: update links in about page

This commit is contained in:
Ax333l
2023-06-29 18:10:40 +02:00
committed by oSumAtrIX
parent 0eaeb5d5ea
commit b65ec4560f

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")
}),
)