diff --git a/crates/ui2/src/components/avatar.rs b/crates/ui2/src/components/avatar.rs index 9c993dfc06..d083d8fd46 100644 --- a/crates/ui2/src/components/avatar.rs +++ b/crates/ui2/src/components/avatar.rs @@ -61,23 +61,6 @@ mod stories { .child(Avatar::new( "https://avatars.githubusercontent.com/u/326587?v=4", )) - // .child(Avatar::new( - // "https://avatars.githubusercontent.com/u/326587?v=4", - // )) - // .child(Avatar::new( - // "https://avatars.githubusercontent.com/u/482957?v=4", - // )) - // .child(Avatar::new( - // "https://avatars.githubusercontent.com/u/1714999?v=4", - // )) - // .child(Avatar::new( - // "https://avatars.githubusercontent.com/u/1486634?v=4", - // )) - .child(Story::label(cx, "Rounded rectangle")) - // .child( - // Avatar::new("https://avatars.githubusercontent.com/u/1714999?v=4") - // .shape(Shape::RoundedRectangle), - // ) } } }