Skip to content

Commit c11178f

Browse files
committed
Minor style fix for addon per learner
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent 1e996fb commit c11178f

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)