Skip to content

Commit 815ad46

Browse files
authored
Merge branch 'master' into plancard-fix
2 parents 393dbb3 + e8c14b7 commit 815ad46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
399399
sm: "0.9rem",
400400
}
401401
}}>
402-
{formatSliderPrice(isYearly ? option.yearlyPerUser : option.monthlyPerUser, currency)}/{targetSubAddon.unitLabelSingular}/{isYearly ? "year" : "month"}
402+
{formatSliderPrice(isYearly ? option.yearlyPerUser : option.monthlyPerUser, currency)}<br />{targetSubAddon.unitLabelSingular}/{isYearly ? "year" : "month"}
403403
{isYearly && (
404404
<Box
405405
sx={{

0 commit comments

Comments
 (0)