Skip to content

Commit

Permalink
Update app names (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ll3 authored Nov 1, 2024
1 parent 42df7f5 commit a09777c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fun VerifierHomeHeader(
) {
Row(verticalAlignment = Alignment.CenterVertically) {
Text(
text = "SpruceKit Demo Verifier",
text = "Verifier",
fontFamily = Inter,
fontWeight = FontWeight.SemiBold,
fontSize = 20.sp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fun WalletHomeView(navController: NavController) {
fun WalletHomeHeader(navController: NavController) {
Row(verticalAlignment = Alignment.CenterVertically) {
Text(
text = "SpruceKit Demo Wallet",
text = "Wallet",
fontFamily = Inter,
fontWeight = FontWeight.SemiBold,
fontSize = 20.sp,
Expand Down
2 changes: 1 addition & 1 deletion example/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">SpruceKit Demo</string>
<string name="app_name">SpruceKit Showcase</string>
<string name="user">User profile</string>
<string name="scan_qr_code">Scan QR Code</string>
<string name="valid">Valid</string>
Expand Down

0 comments on commit a09777c

Please sign in to comment.