Remove unneeded wrapping element

This commit is contained in:
Marshall Bowers 2023-12-20 12:45:18 -05:00
parent 636c12ec3f
commit 9c4e8699ba

View file

@ -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),
),
),
),
)
}