diff --git a/crates/gpui/examples/image_loading.rs b/crates/gpui/examples/image_loading.rs index 8c86eaa0e4..9daec4de03 100644 --- a/crates/gpui/examples/image_loading.rs +++ b/crates/gpui/examples/image_loading.rs @@ -177,7 +177,7 @@ impl Render for ImageLoadingExample { ) .to_path_buf(); img(image_source.clone()) - .id("image-1") + .id("image-4") .border_1() .size_12() .with_fallback(|| Self::fallback_element().into_any_element())