We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68c34d commit 743b53aCopy full SHA for 743b53a
client/landing/stepper/declarative-flow/internals/steps-repository/unified-plans/unified-plans-step.tsx
@@ -494,7 +494,7 @@ function UnifiedPlansStep( {
494
return (
495
<>
496
<MarketingMessage path="signup/plans" />
497
- <Step.FullWidthLayout
+ <Step.WideLayout
498
className="step-container-v2--plans"
499
topBar={
500
<Step.TopBar
@@ -506,7 +506,7 @@ function UnifiedPlansStep( {
506
heading={ <Step.Heading text={ getHeaderText() } subText={ fallbackSubHeaderText } /> }
507
>
508
{ stepContent }
509
- </Step.FullWidthLayout>
+ </Step.WideLayout>
510
</>
511
);
512
}
0 commit comments