Skip to content

Commit bc15bfd

Browse files
authored
Merge pull request #1157 from n8henrie/master
Fix path to ferris.png
2 parents 8cbba94 + a88bf0f commit bc15bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tour/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ fn ferris<'a>(width: u16) -> Container<'a, StepMessage> {
704704
// This should go away once we unify resource loading on native
705705
// platforms
706706
if cfg!(target_arch = "wasm32") {
707-
Image::new("images/ferris.png")
707+
Image::new("tour/images/ferris.png")
708708
} else {
709709
Image::new(format!(
710710
"{}/images/ferris.png",

0 commit comments

Comments
 (0)