update pricing page
This commit is contained in:
parent
bcc749f7ab
commit
60b3db1271
@ -172,11 +172,12 @@ onMount(async () => {
|
||||
|
||||
|
||||
<div class="flex flex-col mb-6 items-center">
|
||||
|
||||
<div class="flex flex-row items-center">
|
||||
|
||||
<span class="mr-2 text-4xl font-bold">{mode ? '$24.92' : '$49.99'}</span>
|
||||
<span class="text-white text-xl">/month</span>
|
||||
</div>
|
||||
<span class="text-center mt-3 text-white text-sm font-semibold">{mode ? '(Billed annually)' : ''}</span>
|
||||
<!--
|
||||
<div class="flex flex-col items-center">
|
||||
<div class="flex flex-row items-center">
|
||||
|
||||
@ -267,6 +267,8 @@ async function purchasePlan(subscriptionType:string='') {
|
||||
<span class="mr-2 text-4xl font-bold">{mode ? '$24.92' : '$49.99'}</span>
|
||||
<span class="text-white text-xl">/month</span>
|
||||
</div>
|
||||
<span class="text-center mt-3 text-white text-sm font-semibold">{mode ? '(Billed annually)' : ''}</span>
|
||||
|
||||
<!--
|
||||
<div class="flex flex-col items-center">
|
||||
<div class="flex flex-row items-center">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user