commit
bc15bfdb67
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ fn ferris<'a>(width: u16) -> Container<'a, StepMessage> {
|
||||||
// This should go away once we unify resource loading on native
|
// This should go away once we unify resource loading on native
|
||||||
// platforms
|
// platforms
|
||||||
if cfg!(target_arch = "wasm32") {
|
if cfg!(target_arch = "wasm32") {
|
||||||
Image::new("images/ferris.png")
|
Image::new("tour/images/ferris.png")
|
||||||
} else {
|
} else {
|
||||||
Image::new(format!(
|
Image::new(format!(
|
||||||
"{}/images/ferris.png",
|
"{}/images/ferris.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue