Skip to content

Commit e055548

Browse files
committed
init: github actions test#1
1 parent b523c93 commit e055548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • composeApp/src/wasmJsMain/kotlin/io/github/kimmandoo

composeApp/src/wasmJsMain/kotlin/io/github/kimmandoo/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fun App() {
3030
horizontalAlignment = Alignment.CenterHorizontally,
3131
) {
3232
Button(onClick = { showContent = !showContent }) {
33-
Text("Click me!")
33+
Text("하늘에 서겠다")
3434
}
3535
AnimatedVisibility(showContent) {
3636
val greeting = remember { Greeting().greet() }

0 commit comments

Comments
 (0)