fix pricing

This commit is contained in:
Simon Larsen
2022-12-30 13:33:31 +00:00
parent f0d1d7eb46
commit 4ff7caae5d

View File

@@ -532,7 +532,7 @@
</td>
<td class="default pricing-compare-table">
<div class="Plan-cardRate-percent pricing-font">
$49/mo
$84/mo
</div>
</td>
<td class="pricing-compare-table">
@@ -1303,7 +1303,7 @@
if (annualSelected) {
$("#growth-rate").text("$20");
$("#free-rate").text("$0");
$("#scale-rate").text("$49");
$("#scale-rate").text("$84");
$("#growth-description").text("per-user billed annually.");
$("#startup-description").text("This plan is free, forever.");
$("#scale-description").text("per-user billed annually.");
@@ -1319,7 +1319,7 @@
$("#free-rate").text("$0");
$("#startup-description").text("This plan is free forever.");
$("#scale-rate").text("$59");
$("#scale-rate").text("$99");
$("#scale-description").text("per-user billed monthly.");
$("#monthly-text").css("font-weight", 600);