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'"
/>
<ColumnsLayout cols="1">
<PageSection>
<div v-if="step === 'loading'" class="status-block">
<p>Preparing payment setup</p>
@ -44,7 +43,6 @@
<p>Payment setup complete. Redirecting to your account</p>
</div>
</PageSection>
</ColumnsLayout>
</ClientOnly>
</PageShell>
</template>