Skip to content

Commit

Permalink
Fix pricing custom plan
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Nov 28, 2024
1 parent 3d09f32 commit a41563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/pages/pricing/CustomPlan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<template v-else>$200</template>
</span>
<span class="text-sm font-medium leading-6 text-gray-600">
starting from {{ isYearly ? 'per year' : 'per month' }}
starting from per month
</span>
</p>
<div class="flex justify-center">
Expand Down

0 comments on commit a41563a

Please sign in to comment.