mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-06-30 13:56:41 +08:00
chore: update links in about page
This commit is contained in:
@ -39,7 +39,7 @@ fun AboutSettingsScreen(
|
|||||||
|
|
||||||
val filledButton = listOf(
|
val filledButton = listOf(
|
||||||
Triple(Icons.Outlined.FavoriteBorder, stringResource(R.string.donate)) {
|
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 = {
|
Triple(Icons.Outlined.Language, stringResource(R.string.website), third = {
|
||||||
context.openUrl("https://revanced.app")
|
context.openUrl("https://revanced.app")
|
||||||
@ -51,7 +51,7 @@ fun AboutSettingsScreen(
|
|||||||
context.openUrl("https://revanced.app/github")
|
context.openUrl("https://revanced.app/github")
|
||||||
}),
|
}),
|
||||||
Triple(Icons.Outlined.MailOutline, stringResource(R.string.contact), third = {
|
Triple(Icons.Outlined.MailOutline, stringResource(R.string.contact), third = {
|
||||||
context.openUrl("mailto:contact@revanced.app")
|
context.openUrl("mailto:nosupport@revanced.app")
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user