Add root channel UI

Mikayla Maki and Max created

co-authored-by: Max <max@zed.dev>

Change summary

crates/collab_ui/src/panel.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

crates/collab_ui/src/panel.rs 🔗

@@ -1257,7 +1257,7 @@ impl CollabPanel {
         MouseEventHandler::<Channel, Self>::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()