We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b523c93 commit e055548Copy full SHA for e055548
1 file changed
composeApp/src/wasmJsMain/kotlin/io/github/kimmandoo/App.kt
@@ -30,7 +30,7 @@ fun App() {
30
horizontalAlignment = Alignment.CenterHorizontally,
31
) {
32
Button(onClick = { showContent = !showContent }) {
33
- Text("Click me!")
+ Text("하늘에 서겠다")
34
}
35
AnimatedVisibility(showContent) {
36
val greeting = remember { Greeting().greet() }
0 commit comments