mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 20:29:05 +00:00
Remove unneeded wrapping element
This commit is contained in:
parent
636c12ec3f
commit
9c4e8699ba
1 changed files with 32 additions and 34 deletions
|
@ -1626,7 +1626,6 @@ impl CollabPanel {
|
|||
fn render_signed_out(&mut self, cx: &mut ViewContext<Self>) -> Div {
|
||||
let collab_blurb = "Work with your team in realtime with collaborative editing, voice, shared notes and more.";
|
||||
|
||||
v_stack().items_center().child(
|
||||
v_stack()
|
||||
.gap_6()
|
||||
.p_4()
|
||||
|
@ -1659,7 +1658,6 @@ impl CollabPanel {
|
|||
.size(LabelSize::Small),
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue