Update About.kt
This commit is contained in:
parent
6e83b8b83d
commit
30fd5f0596
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue