From 56d4d5d1a8c8fc42cb678f8b618e47364049760f Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Tue, 1 Aug 2023 13:33:31 -0700 Subject: [PATCH] Add root channel UI co-authored-by: Max --- crates/collab_ui/src/panel.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/collab_ui/src/panel.rs b/crates/collab_ui/src/panel.rs index bfaa414a27470768b4e571b96c8beab3e5fedc86..53f7eee79a0cd0f52b2ef4aff93bed429769d9e6 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()