Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAbdulbasit committed Dec 6, 2023
1 parent e843044 commit 95f3df2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/recipeapp.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion shared/src/commonMain/kotlin/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fun App(sensorManager: SensorManager, isLarge: Boolean = false) {
val chefImage = remember { mutableStateOf<ImageBitmap?>(null) }
LaunchedEffect(Unit) {
withContext(Dispatchers.Default) {
chefImage.value = resource("recipe-app/chef.png").readBytes().toImageBitmap()
chefImage.value = resource("chef.png").readBytes().toImageBitmap()
}
}

Expand Down

0 comments on commit 95f3df2

Please sign in to comment.