geeparts-js 1.3.7 → 1.3.8

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 +11 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -736,6 +736,14 @@ if (pathName === '/hero/' || pathName === '/hero') {
736
736
  </div>
737
737
  </a>
738
738
  </li>
739
+ <li class="moto">
740
+ <a href="https://www.geeparts.co/honda/xr-300l/" class="link_marca">
741
+ <img src="https://download.geeparts.co/xr-300l.webp" alt="XR 300L">
742
+ <div class="info">
743
+ <p>XR 300L</p>
744
+ </div>
745
+ </a>
746
+ </li>
739
747
  <li class="moto">
740
748
  <a href="https://www.geeparts.co/honda/nx-190/" class="link_marca">
741
749
  <img src="https://download.geeparts.co/nx-190.png" alt="NX 190">
@@ -1477,6 +1485,9 @@ if (window.matchMedia('(min-width: 768px)').matches) {
1477
1485
  <li class="new">
1478
1486
  <a href="https://www.geeparts.co/honda/xr-1902-0/">XR 190 2.0</a>
1479
1487
  </li>
1488
+ <li class="new">
1489
+ <a href="https://www.geeparts.co/honda/xr-300l/">XR 300L</a>
1490
+ </li>
1480
1491
  <li class="new">
1481
1492
  <a href="https://www.geeparts.co/honda/nx-190/">NX 190</a>
1482
1493
  </li>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geeparts-js",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Code main page Geeparts",
5
5
  "main": "index.js",
6
6
  "scripts": {