geeparts-js 1.3.2 → 1.3.4
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/index.js +15 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -663,7 +663,15 @@ if (pathName === '/hero/' || pathName === '/hero') {
|
|
|
663
663
|
</div>
|
|
664
664
|
</a>
|
|
665
665
|
</li>
|
|
666
|
-
|
|
666
|
+
<li class="moto">
|
|
667
|
+
<a href="https://www.geeparts.co/honda/cb-110/" class="link_marca">
|
|
668
|
+
<img src="https://download.geeparts.co/cb-110.webp" alt="CB 110">
|
|
669
|
+
<div class="info">
|
|
670
|
+
<p>CB 110</p>
|
|
671
|
+
</div>
|
|
672
|
+
</a>
|
|
673
|
+
</li>
|
|
674
|
+
<li class="moto">
|
|
667
675
|
<a href="https://www.geeparts.co/honda/cb-190/" class="link_marca">
|
|
668
676
|
<img src="https://res.cloudinary.com/multiparts-colombia/image/upload/v1663685101/multiparts-colombia/honda/CB190_s0ebf2.png" alt="CB 190">
|
|
669
677
|
<div class="info">
|
|
@@ -1420,6 +1428,9 @@ if (window.matchMedia('(min-width: 768px)').matches) {
|
|
|
1420
1428
|
<li>
|
|
1421
1429
|
<a href="https://www.geeparts.co/honda/xre-300/">XRE 300</a>
|
|
1422
1430
|
</li>
|
|
1431
|
+
<li>
|
|
1432
|
+
<a href="https://www.geeparts.co/honda/cb-110/">CB 110</a>
|
|
1433
|
+
</li>
|
|
1423
1434
|
<li>
|
|
1424
1435
|
<a href="https://www.geeparts.co/honda/cb-160/">CB 160</a>
|
|
1425
1436
|
</li>
|
|
@@ -1621,6 +1632,9 @@ if (window.matchMedia('(min-width: 768px)').matches) {
|
|
|
1621
1632
|
<li>
|
|
1622
1633
|
<a class="nav-list-link" href="https://www.geeparts.co/hero/xpulse-200/">Xpulse 200</a>
|
|
1623
1634
|
</li>
|
|
1635
|
+
<li>
|
|
1636
|
+
<a class="nav-list-link" href="https://www.geeparts.co/hero/xpulse-4v/">Xpulse 4v</a>
|
|
1637
|
+
</li>
|
|
1624
1638
|
<li>
|
|
1625
1639
|
<a class="nav-list-link" href="https://geeparts.co/hunk-160-R4V/">Hunk 160 R4V</a>
|
|
1626
1640
|
</li>
|