mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix pricing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user