+
$ {calculatePrice(serverQuantity, isAnnual).toFixed(2)}{" "} USD
| -+
${" "} {(calculatePrice(serverQuantity, isAnnual) / 12).toFixed( 2, @@ -247,7 +340,7 @@ export function Pricing() {
+
$ {calculatePrice(serverQuantity, isAnnual).toFixed(2)} USD
)} @@ -407,9 +500,12 @@ export function Pricing() {- {isSelfHostedAnnual - ? t("plan.selfHosted.basic.priceAnnual") - : t("plan.selfHosted.basic.priceMonthly")}{" "} + $ + {calculateLicensePrice( + "basic", + basicServers, + isSelfHostedAnnual, + ).toFixed(2)}{" "} USD
@@ -434,11 +530,47 @@ export function Pricing() { ), )} +- {isSelfHostedAnnual - ? t("plan.selfHosted.professional.priceAnnual") - : t("plan.selfHosted.professional.priceMonthly")}{" "} + $ + {calculateLicensePrice( + "professional", + professionalServers, + isSelfHostedAnnual, + ).toFixed(2)}{" "} USD
@@ -474,11 +609,49 @@ export function Pricing() { ))} +- {isSelfHostedAnnual - ? t("plan.selfHosted.enterprise.priceAnnual") - : t("plan.selfHosted.enterprise.priceMonthly")}{" "} + $ + {calculateLicensePrice( + "enterprise", + enterpriseServers, + isSelfHostedAnnual, + ).toFixed(2)}{" "} USD
@@ -514,11 +690,49 @@ export function Pricing() { ))} +