geeparts-js 1.3.20 → 1.3.21

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -734,9 +734,9 @@ if (pathName === '/hero/' || pathName === '/hero') {
734
734
  </li>
735
735
  <li class="moto">
736
736
  <a href="https://www.geeparts.co/honda/xr-300l/" class="link_marca">
737
- <img src="https://download.geeparts.co/xr-300l.webp" alt="XR 300L">
737
+ <img src="https://download.geeparts.co/xr-300l.webp" alt="XR 300L Tornado">
738
738
  <div class="info">
739
- <p>XR 300L</p>
739
+ <p>XR 300L Tornado</p>
740
740
  </div>
741
741
  </a>
742
742
  </li>
@@ -1543,7 +1543,7 @@ if (window.matchMedia('(min-width: 768px)').matches) {
1543
1543
  <a href="https://www.geeparts.co/honda/xr-1902-0/">XR 190 2.0</a>
1544
1544
  </li>
1545
1545
  <li class="new">
1546
- <a href="https://www.geeparts.co/honda/xr-300l/">XR 300L</a>
1546
+ <a href="https://www.geeparts.co/honda/xr-300l/">XR 300L Tornado</a>
1547
1547
  </li>
1548
1548
  <li class="new">
1549
1549
  <a href="https://www.geeparts.co/honda/nx-190/">NX 190</a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geeparts-js",
3
- "version": "1.3.20",
3
+ "version": "1.3.21",
4
4
  "description": "Code main page Geeparts",
5
5
  "main": "index.js",
6
6
  "scripts": {