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 6217a0c commit 28e8113Copy full SHA for 28e8113
components/dashboard/src/SwitchToPAYG.tsx
@@ -393,10 +393,11 @@ function SwitchToPAYG() {
393
}
394
395
return (
396
- <div className="flex flex-col max-h-screen max-w-2xl mx-auto items-center w-full mt-24">
+ <div className="flex flex-col max-h-screen max-w-2xl mx-auto items-center w-full mt-24 text-center">
397
<Heading2>You're now on pay-as-you-go! 🎊</Heading2>
398
<Subheading>
399
New subscriptions are limited to 1000 credits ({Currency.getSymbol(currency)}9 / month) by default.
400
+ <br />
401
Change your monthly limit on the billing page if you need more.
402
</Subheading>
403
0 commit comments