geeparts-js 1.5.8 → 1.5.9
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 +11 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -627,6 +627,14 @@ if (pathName === '/hero/' || pathName === '/hero') {
|
|
|
627
627
|
</div>
|
|
628
628
|
</a>
|
|
629
629
|
</li>
|
|
630
|
+
<li class="moto">
|
|
631
|
+
<a href="https://www.geeparts.co/yamaha/r15-v4/" class="link_marca">
|
|
632
|
+
<img src="https://download.geeparts.co/Yamaha-r15-v4.png" alt="R15 V4">
|
|
633
|
+
<div class="info">
|
|
634
|
+
<p>R15 V4</p>
|
|
635
|
+
</div>
|
|
636
|
+
</a>
|
|
637
|
+
</li>
|
|
630
638
|
<li class="moto">
|
|
631
639
|
<a href="https://www.geeparts.co/yamaha/libero/" class="link_marca">
|
|
632
640
|
<img src="https://download.geeparts.co/libero-125.png" alt="Libero 125" loading="lazy" />
|
|
@@ -1478,6 +1486,9 @@ if (window.matchMedia('(min-width: 768px)').matches) {
|
|
|
1478
1486
|
<li>
|
|
1479
1487
|
<a href="/yamaha">Yamaha</a>
|
|
1480
1488
|
<ul class="menu_level_two">
|
|
1489
|
+
<li class="new">
|
|
1490
|
+
<a href="https://www.geeparts.co/yamaha/r15-v4/">R15 V4</a>
|
|
1491
|
+
</li>
|
|
1481
1492
|
<li>
|
|
1482
1493
|
<a href="https://www.geeparts.co/yamaha/xtz-125/">XTZ 125</a>
|
|
1483
1494
|
</li>
|