@woosmap/ui 4.166.0 → 4.167.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.166.0",
3
+ "version": "4.167.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -161,7 +161,7 @@ class PricingSlider extends Component {
161
161
  {discountEligible && (
162
162
  <div className="eligible-discount">
163
163
  <span className="eligible-discount-img">
164
- <img src={discountCheck} alt="Eligible to Monthly Free usage" />
164
+ <img src={discountCheck.src} alt="Eligible to Monthly Free usage" />
165
165
  </span>
166
166
  <span className="eligible-discount-text">Eligible to Monthly Free Usage</span>
167
167
  </div>