Update AboutScreen.kt

Now links to Numberhub repository
This commit is contained in:
ojppe 2024-04-28 14:13:57 +02:00 committed by GitHub
parent 1af4e97637
commit d768b34c74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ private fun AboutScreen(
modifier = Modifier.clickable { modifier = Modifier.clickable {
openLink( openLink(
mContext, mContext,
"https://github.com/sadellie/unitto", "https://github.com/Myzel394/NumberHub",
) )
}, },
) )