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,7 +6,6 @@
: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>
@ -44,7 +43,6 @@
<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>