We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4cc9c commit e9df7f8Copy full SHA for e9df7f8
1 file changed
src/components/Pricing/PricingAddons/index.js
@@ -415,7 +415,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly }) => {
415
416
<Box>{option.learners === "2500+" ? "2,500+" : option.learners}</Box>
417
<Box sx={{ color: "primary.main", mb: 1.5, fontSize: ".9rem" }}>
418
- {option.currency}{isYearly ? option.yearlyPerUser : option.monthlyPerUser}/{targetSubAddon.unitLabelSingular}/{isYearly ? "year" : "month"}
+ {option.currency}{isYearly ? option.yearlyPerUser : option.monthlyPerUser}<br />{targetSubAddon.unitLabelSingular}/{isYearly ? "year" : "month"}
419
</Box>
420
421
),
0 commit comments