diff --git a/crates/collab_ui/src/panel.rs b/crates/collab_ui/src/panel.rs index bfaa414a27..53f7eee79a 100644 --- a/crates/collab_ui/src/panel.rs +++ b/crates/collab_ui/src/panel.rs @@ -1257,7 +1257,7 @@ impl CollabPanel { MouseEventHandler::::new(channel.id as usize, cx, |state, _cx| { Flex::row() .with_child({ - Svg::new("icons/hash") + Svg::new("icons/file_icons/hash.svg") // .with_style(theme.contact_avatar) .aligned() .left() @@ -1297,7 +1297,7 @@ impl CollabPanel { Flex::row() .with_child({ - Svg::new("icons/hash") + Svg::new("icons/file_icons/hash.svg") // .with_style(theme.contact_avatar) .aligned() .left()