Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghee17 committed Apr 26, 2024
1 parent 27c47f7 commit 2beb83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/remind/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MainActivity : ComponentActivity() {
modifier = Modifier.fillMaxSize(),
color = MaterialTheme.colorScheme.background
) {
Greeting("Hello World")
Greeting("리마인드 입니당")
}
}
}
Expand Down

0 comments on commit 2beb83d

Please sign in to comment.