Skip to content

Commit

Permalink
Changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
OhhTuRnz committed Feb 4, 2024
1 parent dd2faf4 commit b7acbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/mad_2024_app/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fun Header(headerColor: Color) {
modifier = Modifier.fillMaxWidth()
) {
Text(
text = "ArcgisKt",
text = "OpenWeatherKt",
color = Color.White,
style = MaterialTheme.typography.headlineSmall,
modifier = Modifier.padding(16.dp)
Expand Down

0 comments on commit b7acbb8

Please sign in to comment.