diff --git a/crates/contacts_panel/src/contacts_panel.rs b/crates/contacts_panel/src/contacts_panel.rs index 499d4d879c..d5ff31f27d 100644 --- a/crates/contacts_panel/src/contacts_panel.rs +++ b/crates/contacts_panel/src/contacts_panel.rs @@ -285,7 +285,7 @@ impl ContactsPanel { .boxed() }, ) - .with_cursor_style(if is_host || is_shared { + .with_cursor_style(if !is_host && is_shared { CursorStyle::PointingHand } else { CursorStyle::Arrow