Skip to content

Commit 743b53a

Browse files
authored
Update plans step to use WideLayout (#101940)
The FullWidthLayout is much wider than any other step
1 parent f68c34d commit 743b53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/landing/stepper/declarative-flow/internals/steps-repository/unified-plans/unified-plans-step.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ function UnifiedPlansStep( {
494494
return (
495495
<>
496496
<MarketingMessage path="signup/plans" />
497-
<Step.FullWidthLayout
497+
<Step.WideLayout
498498
className="step-container-v2--plans"
499499
topBar={
500500
<Step.TopBar
@@ -506,7 +506,7 @@ function UnifiedPlansStep( {
506506
heading={ <Step.Heading text={ getHeaderText() } subText={ fallbackSubHeaderText } /> }
507507
>
508508
{ stepContent }
509-
</Step.FullWidthLayout>
509+
</Step.WideLayout>
510510
</>
511511
);
512512
}

0 commit comments

Comments
 (0)