@woosmap/ui 4.225.0 → 4.226.0
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/package.json
CHANGED
|
@@ -170,7 +170,7 @@ export default class PricingSimulator extends Component {
|
|
|
170
170
|
// totalDisplayed = <a href="/contact">Contact Sales</a>;
|
|
171
171
|
// }
|
|
172
172
|
return (
|
|
173
|
-
|
|
173
|
+
<>
|
|
174
174
|
<div className="pricing-nav">
|
|
175
175
|
<ul className="pricing-menu">
|
|
176
176
|
{Object.keys(PricingData).map((category) => (
|
|
@@ -181,7 +181,7 @@ export default class PricingSimulator extends Component {
|
|
|
181
181
|
</ul>
|
|
182
182
|
<div className="pricing-total mobile">
|
|
183
183
|
<div className="pricing-total__label">
|
|
184
|
-
<span className="pricing-total__label__title">{tr('Monthly
|
|
184
|
+
<span className="pricing-total__label__title">{tr('Monthly cost estimation')}</span>
|
|
185
185
|
{contactSale && (
|
|
186
186
|
<span className="pricing-total__label__info">
|
|
187
187
|
{tr('* Some products require contact sales for pricing')}
|
|
@@ -256,7 +256,7 @@ export default class PricingSimulator extends Component {
|
|
|
256
256
|
</div>
|
|
257
257
|
</div>
|
|
258
258
|
</div>
|
|
259
|
-
|
|
259
|
+
</>
|
|
260
260
|
);
|
|
261
261
|
}
|
|
262
262
|
}
|