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 {
|
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.";
|
let collab_blurb = "Work with your team in realtime with collaborative editing, voice, shared notes and more.";
|
||||||
|
|
||||||
v_stack().items_center().child(
|
|
||||||
v_stack()
|
v_stack()
|
||||||
.gap_6()
|
.gap_6()
|
||||||
.p_4()
|
.p_4()
|
||||||
|
@ -1659,7 +1658,6 @@ impl CollabPanel {
|
||||||
.size(LabelSize::Small),
|
.size(LabelSize::Small),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue