diff --git a/crates/welcome2/src/welcome.rs b/crates/welcome2/src/welcome.rs index c553a04fc7bcad5c7be3ca980a84581dacfa0d69..91620595ce557dbf0e1a5227ec75f2366a999066 100644 --- a/crates/welcome2/src/welcome.rs +++ b/crates/welcome2/src/welcome.rs @@ -74,7 +74,11 @@ impl Render for WelcomePage { .h(px(96.)) .mx_auto(), ) - .child(Label::new("Code at the speed of thought")) + .child( + h_stack() + .justify_center() + .child(Label::new("Code at the speed of thought")), + ) .child( v_stack() .gap_2()