odaptos_design_system 2.0.224 → 2.0.225
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/odaptos_design_system.cjs.development.js +3 -3
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +3 -3
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/PricingCard/PricingCard.tsx +3 -3
|
@@ -72654,9 +72654,9 @@ const PricingCard = ({
|
|
|
72654
72654
|
isFreeTrialDisplayed = true
|
|
72655
72655
|
}) => {
|
|
72656
72656
|
const buttonText = {
|
|
72657
|
-
1: cmsContent.
|
|
72658
|
-
2: cmsContent.
|
|
72659
|
-
3: cmsContent.
|
|
72657
|
+
1: cmsContent.ContactUs,
|
|
72658
|
+
2: cmsContent.ContactUs,
|
|
72659
|
+
3: cmsContent.ContactUs,
|
|
72660
72660
|
4: cmsContent.ContactUs
|
|
72661
72661
|
};
|
|
72662
72662
|
const euroPrice = isYearly ? `(${monthlyPrice} ${currency})` : `(${yearlyPrice} ${currency})`;
|