From 3781a5bc3ac722ae390c2c8a2d5b28a0374499d7 Mon Sep 17 00:00:00 2001
From: Tony Giorgio
- {isTeamPlan && useBitcoin - ? "Team plan is not available with Bitcoin payment." - : plan.description} -
- - {/* Features List */} -+ {isTeamPlan && useBitcoin + ? "Team plan is not available with Bitcoin payment." + : plan.description} +
+ + {/* Features List */} ++ {isTeamPlan + ? `Billed yearly at $${yearlyDiscountedPrice} per user` + : `Billed yearly at $${yearlyDiscountedPrice}`} +
++ Save 10% with annual billing +
+ > + )} +- {isTeamPlan - ? `Billed yearly at $${yearlyDiscountedPrice} per user` - : `Billed yearly at $${yearlyDiscountedPrice}`} -
-- Save 10% with annual billing -
- > - )} -