manager: minor tweak to about card

This commit is contained in:
Rifat Azad
2024-12-13 03:27:34 +06:00
committed by rifsxd
parent 377d7f28ba
commit 086adc0007

View File

@@ -98,8 +98,7 @@ private fun AboutCardContent() {
val annotatedString = AnnotatedString.Companion.fromHtml(
htmlString = stringResource(
id = R.string.about_source_code,
"<b><a href=\"https://github.com/tiann/KernelSU\">GitHub</a></b>",
"<b><a href=\"https://t.me/KernelSU\">Telegram</a></b>"
"<b><a href=\"https://github.com/rifsxd/KernelSU\">GitHub</a></b>"
),
linkStyles = TextLinkStyles(
style = SpanStyle(
@@ -122,4 +121,4 @@ private fun AboutCardContent() {
}
}
}
}
}