geeparts-js 1.3.21 → 1.3.22

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
@@ -635,6 +635,14 @@ if (pathName === '/hero/' || pathName === '/hero') {
635
635
  </div>
636
636
  </a>
637
637
  </li>
638
+ <li class="moto">
639
+ <a href="https://www.geeparts.co/honda/xre-300-sahara/" class="link_marca">
640
+ <img src="https://download.geeparts.co/xre-300-sahara.webp" alt="XRE 300 SAHARA">
641
+ <div class="info">
642
+ <p>XRE 300 SAHARA</p>
643
+ </div>
644
+ </a>
645
+ </li>
638
646
  <li class="moto">
639
647
  <a href="https://www.geeparts.co/honda/xr-190/" class="link_marca">
640
648
  <img src="https://res.cloudinary.com/multiparts-colombia/image/upload/v1663685101/multiparts-colombia/honda/XR190_k4xnfy.png" alt="XR 190">
@@ -1509,6 +1517,9 @@ if (window.matchMedia('(min-width: 768px)').matches) {
1509
1517
  <li>
1510
1518
  <a href="https://www.geeparts.co/honda/xre-300/">XRE 300</a>
1511
1519
  </li>
1520
+ <li>
1521
+ <a href="https://www.geeparts.co/honda/xre-300-sahara/">XRE 300 SAHARA</a>
1522
+ </li>
1512
1523
  <li>
1513
1524
  <a href="https://www.geeparts.co/honda/cb-110/">CB 110</a>
1514
1525
  </li>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geeparts-js",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
4
4
  "description": "Code main page Geeparts",
5
5
  "main": "index.js",
6
6
  "scripts": {