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