style(payment-setup): drop ColumnsLayout wrapper

This commit is contained in:
Jennie Robinson Faber 2026-04-18 17:06:34 +01:00
parent 4f567e9586
commit c816d4b373

View file

@ -6,8 +6,7 @@
:subtitle="targetTier ? `Upgrading to $${targetTier}/month` : 'Payment setup'" :subtitle="targetTier ? `Upgrading to $${targetTier}/month` : 'Payment setup'"
/> />
<ColumnsLayout cols="1"> <PageSection>
<PageSection>
<div v-if="step === 'loading'" class="status-block"> <div v-if="step === 'loading'" class="status-block">
<p>Preparing payment setup</p> <p>Preparing payment setup</p>
</div> </div>
@ -43,8 +42,7 @@
<div v-else-if="step === 'success'" class="status-block"> <div v-else-if="step === 'success'" class="status-block">
<p>Payment setup complete. Redirecting to your account</p> <p>Payment setup complete. Redirecting to your account</p>
</div> </div>
</PageSection> </PageSection>
</ColumnsLayout>
</ClientOnly> </ClientOnly>
</PageShell> </PageShell>
</template> </template>