@woosmap/ui 4.165.0 → 4.166.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
|
@@ -84,9 +84,8 @@ class PricingSimulator extends Component {
|
|
|
84
84
|
<div className="pricing-total__amount">{totalDisplayed}</div>
|
|
85
85
|
<div className="pricing-total__info">
|
|
86
86
|
{!contactSale && (
|
|
87
|
-
<span className="pricing-total__discount">{`(-${discount}${currency}
|
|
87
|
+
<span className="pricing-total__discount">{`(-${discount}${currency} Monthly Free Usage)`}</span>
|
|
88
88
|
)}
|
|
89
|
-
|
|
90
89
|
</div>
|
|
91
90
|
</div>
|
|
92
91
|
</div>
|
|
@@ -163,7 +163,7 @@ class PricingSlider extends Component {
|
|
|
163
163
|
<span className="eligible-discount-img">
|
|
164
164
|
<img src={discountCheck} alt="Eligible to Monthly Free usage" />
|
|
165
165
|
</span>
|
|
166
|
-
<span className="eligible-discount-text">Eligible to Monthly Free
|
|
166
|
+
<span className="eligible-discount-text">Eligible to Monthly Free Usage</span>
|
|
167
167
|
</div>
|
|
168
168
|
)}
|
|
169
169
|
<p>{productPricing.description}</p>
|