Skip to content

Update switch to PAYG success page layout #16878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion components/dashboard/src/SwitchToPAYG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,11 @@ function SwitchToPAYG() {
}

return (
<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">
<Heading2>You're now on pay-as-you-go! 🎊</Heading2>
<Subheading>
New subscriptions are limited to 1000 credits ({Currency.getSymbol(currency)}9 / month) by default.
<br />
Change your monthly limit on the billing page if you need more.
</Subheading>

Expand Down