Skip to content

Commit 197c4d5

Browse files
committed
feat:rename saveState sample
1 parent 67d7f7a commit 197c4d5

File tree

1 file changed

+1
-1
lines changed
  • sample/shared/src/commonMain/kotlin/com/kevinnzou/sample

1 file changed

+1
-1
lines changed

sample/shared/src/commonMain/kotlin/com/kevinnzou/sample/WebViewApp.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fun MainScreen(controller: NavController) {
7272
Button(onClick = {
7373
controller.navigate("tab")
7474
}) {
75-
Text("Tab Sample", fontSize = 18.sp)
75+
Text("SaveState Sample", fontSize = 18.sp)
7676
}
7777
}
7878
}

0 commit comments

Comments
 (0)