Add missing logo_96 icon, fix a few incorrect paths

This commit is contained in:
Nate Butler 2023-09-15 14:21:33 -04:00
parent 4c9100eae3
commit 9a4ecf0f88
6 changed files with 8 additions and 5 deletions

View file

@ -1132,7 +1132,7 @@ impl CollabPanel {
cx.font_cache(),
))
.with_child(
Svg::new("icons/disable_screen_sharing_12.svg")
Svg::new("icons/desktop.svg")
.with_color(theme.channel_hash.color)
.constrained()
.with_width(theme.channel_hash.width)