fix success topup
This commit is contained in:
parent
4c953dbe5f
commit
a73a101d9e
@ -83,16 +83,18 @@ export default function CreditTopupSuccess() {
|
||||
{amount && `$${amount} has been added to your account`}
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4">
|
||||
<CardContent className="space-y-6">
|
||||
<p className="text-center text-muted-foreground">
|
||||
Your credit top-up has been processed successfully. The credits have been added to your account.
|
||||
</p>
|
||||
<Link href="/credits" className="w-full">
|
||||
<Button className="w-full">View Credits</Button>
|
||||
</Link>
|
||||
<Link href="/prompts" className="w-full">
|
||||
<Button variant="outline" className="w-full">Continue to Prompts</Button>
|
||||
</Link>
|
||||
<div className="flex flex-col gap-3">
|
||||
<Link href="/credits" className="block">
|
||||
<Button className="w-full">View Credits</Button>
|
||||
</Link>
|
||||
<Link href="/studio" className="block">
|
||||
<Button variant="outline" className="w-full">Continue to Studio</Button>
|
||||
</Link>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user