mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
Remove leftover test a11y label (#57868)
Removes a leftover test label added by #56065 Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [ ] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Release Notes: - N/A
This commit is contained in:
parent
652f13c7ce
commit
887e3782a8
1 changed files with 0 additions and 2 deletions
|
|
@ -238,8 +238,6 @@ impl Render for TitleBar {
|
|||
}
|
||||
}
|
||||
|
||||
children.push(gpui::text!("Hello from a11y").into_any_element());
|
||||
|
||||
children.push(
|
||||
h_flex()
|
||||
.h_full()
|
||||
|
|
|
|||
Loading…
Reference in a new issue