diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index dea3e066ae7..73c183289a2 100644 --- a/crates/title_bar/src/title_bar.rs +++ b/crates/title_bar/src/title_bar.rs @@ -238,8 +238,6 @@ impl Render for TitleBar { } } - children.push(gpui::text!("Hello from a11y").into_any_element()); - children.push( h_flex() .h_full()