Update Custom Plan pricing for monthly and yearly subscriptions
- Adjust pricing for custom plan in CustomPlan.vue - Reduce yearly price from $160 to $79 - Reduce monthly price from $200 to $100
This commit is contained in:
@@ -155,8 +155,8 @@
|
||||
</div>
|
||||
<p class="flex flex-col items-center">
|
||||
<span class="text-6xl font-semibold tracking-tight text-gray-950">
|
||||
<template v-if="isYearly">$160</template>
|
||||
<template v-else>$200</template>
|
||||
<template v-if="isYearly">$79</template>
|
||||
<template v-else>$100</template>
|
||||
</span>
|
||||
<span class="text-sm font-medium leading-6 text-gray-600">
|
||||
starting from per month
|
||||
|
||||
Reference in New Issue
Block a user