Skip to content

Commit

Permalink
Fix Name
Browse files Browse the repository at this point in the history
  • Loading branch information
NeftaliYagua committed Mar 8, 2024
1 parent e7b521f commit 13dc9ef
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 @@ -52,7 +52,7 @@ fun HomeImage( modifier : Modifier ) {
Image(
modifier = modifier.size(292.dp),
painter = painterResource(id = R.drawable.ic_launcher),
contentDescription = "Coco Icon",
contentDescription = "Protective Icon",
alignment = Alignment.BottomCenter
)
}
Expand Down
2 changes: 1 addition & 1 deletion app/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"> COCO </string>
<string name="app_name">Protective</string>

<!-- Home Screen -->
<string name="welcome"> Hey! Welcome </string>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencyResolutionManagement {
}
}

rootProject.name = "COCO"
rootProject.name = "Protective"
include(":app")

0 comments on commit 13dc9ef

Please sign in to comment.