update: replaced "About author" button with link to source code
This commit is contained in:
@@ -147,10 +147,10 @@ fun MainPage(
|
||||
}
|
||||
FullWidthButton(
|
||||
onClick = {
|
||||
uriHandler.openUri("https://omni-devel.ru")
|
||||
uriHandler.openUri("https://github.com/omni-devel/OmniCards")
|
||||
}
|
||||
) {
|
||||
Text("About author")
|
||||
Text("Source code")
|
||||
}
|
||||
FullWidthButton(
|
||||
onClick = {
|
||||
|
||||
Reference in New Issue
Block a user