diff --git a/crates/collab_ui/src/collab_titlebar_item.rs b/crates/collab_ui/src/collab_titlebar_item.rs index a505df316e0ede594e0a41d7da6f44e891d83e31..5e992ae559afcf5ad1d9dd338c2e8396b4e992f5 100644 --- a/crates/collab_ui/src/collab_titlebar_item.rs +++ b/crates/collab_ui/src/collab_titlebar_item.rs @@ -710,11 +710,9 @@ impl CollabTitlebarItem { } })?; - let location = remote_participant.map(|p| p.location); - Some(Self::render_face( avatar.clone(), - Self::location_style(workspace, location, follower_style, cx), + follower_style, background_color, )) }))