Skip to content

Commit 119d1ae

Browse files
committed
slider updates
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent 4813f05 commit 119d1ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly ,currency,enterpri
177177
const enterpriseUserSeats = enterpriseUsers > 0 ? ` and ${enterpriseUsers} enterprise user${enterpriseUsers > 1 ? "s" : ""}` : "";
178178
return {
179179
link: matchingPlanLink.link,
180-
name: `Subscribe For Add-on`
180+
name: "Subscribe For Add-on"
181181
};
182182
}
183183

@@ -191,7 +191,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly ,currency,enterpri
191191

192192
return {
193193
link: "#",
194-
name: `Subscribe For Add-on`
194+
name: "Subscribe For Add-on"
195195
};
196196
};
197197

@@ -552,7 +552,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly ,currency,enterpri
552552
{formatPrice((isYearly ? enterprisePlan.yearlyprice : enterprisePlan.monthlyprice) * (enterpriseUsers > 0 ? enterpriseUsers : 1))}/{isYearly ? "monthly" : "yearly"}
553553
</Typography>
554554
</Box>
555-
555+
556556
<Box sx={boxStyles.flexBetween}>
557557
<Typography variant="body1" gutterBottom sx={typographyStyles.subheading}>
558558
{isYearly ? "Yearly" : "Monthly"} Cost

0 commit comments

Comments
 (0)