Update About.kt

This commit is contained in:
Ꮢ$HABH 2024-02-17 23:50:05 +05:30 committed by GitHub
parent 1cd97ff1b3
commit f6d514584f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ fun About() {
) {
Header(title = "About") {
BasicText(
text = "v${BuildConfig.VERSION_NAME} by vfsfitvnm",
text = "v${BuildConfig.VERSION_NAME} by vfsfitvnm And RISHABH KUMAR GOOGLE CSE",
style = typography.s.secondary
)
}
@ -47,10 +47,10 @@ fun About() {
SettingsEntryGroupText(title = "SOCIAL")
SettingsEntry(
title = "GitHub",
text = "View the source code",
title = "Instagram",
text = "Follow on Instagram",
onClick = {
uriHandler.openUri("https://github.com/vfsfitvnm/ViMusic")
uriHandler.openUri("https://instagram.com/ll._rsy_.ll")
}
)