update: replaced "About author" button with link to source code

This commit is contained in:
2026-06-14 17:57:18 +03:00
parent 628a82c603
commit 4d06e6cf0a
@@ -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 = {