Update About.kt

This commit is contained in:
Ꮢ$HABH 2024-02-17 23:48:11 +05:30 committed by GitHub
parent 6e83b8b83d
commit 30fd5f0596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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