Most Popular
@@ -116,11 +116,11 @@ export default function PricingPage() {
{tier.name}
{tier.description}
- \${billing === "monthly" ? tier.monthlyPrice : tier.annualPrice}
+ ${billing === "monthly" ? tier.monthlyPrice : tier.annualPrice}
/mo
{billing === "annual" && (
-
Billed annually (\${tier.annualPrice * 12}/yr)
+
Billed annually (${tier.annualPrice * 12}/yr)
)}
@@ -133,11 +133,11 @@ export default function PricingPage() {
))}
{tier.name === "Enterprise" ? (
-