Skip to content

Commit 28e8113

Browse files
authored
Update switch to PAYG success page layout (#16878)
1 parent 6217a0c commit 28e8113

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dashboard/src/SwitchToPAYG.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,10 +393,11 @@ function SwitchToPAYG() {
393393
}
394394

395395
return (
396-
<div className="flex flex-col max-h-screen max-w-2xl mx-auto items-center w-full mt-24">
396+
<div className="flex flex-col max-h-screen max-w-2xl mx-auto items-center w-full mt-24 text-center">
397397
<Heading2>You're now on pay-as-you-go! 🎊</Heading2>
398398
<Subheading>
399399
New subscriptions are limited to 1000 credits ({Currency.getSymbol(currency)}9 / month) by default.
400+
<br />
400401
Change your monthly limit on the billing page if you need more.
401402
</Subheading>
402403

0 commit comments

Comments
 (0)