geeparts-js 1.3.6 → 1.3.7
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
|
@@ -704,6 +704,14 @@ if (pathName === '/hero/' || pathName === '/hero') {
|
|
|
704
704
|
</div>
|
|
705
705
|
</a>
|
|
706
706
|
</li>
|
|
707
|
+
<li class="moto">
|
|
708
|
+
<a href="https://www.geeparts.co/honda/cb-650r/" class="link_marca">
|
|
709
|
+
<img src="https://download.geeparts.co/honda-cb-650r.webp" alt="CB 650R">
|
|
710
|
+
<div class="info">
|
|
711
|
+
<p>CB 650R</p>
|
|
712
|
+
</div>
|
|
713
|
+
</a>
|
|
714
|
+
</li>
|
|
707
715
|
<li class="moto">
|
|
708
716
|
<a href="https://www.geeparts.co/honda/xblade/" class="link_marca">
|
|
709
717
|
<img src="https://res.cloudinary.com/multiparts-colombia/image/upload/v1663685101/multiparts-colombia/honda/XBlade_jhj0jl.png" alt="Xblade">
|
|
@@ -1454,6 +1462,9 @@ if (window.matchMedia('(min-width: 768px)').matches) {
|
|
|
1454
1462
|
<li>
|
|
1455
1463
|
<a href="https://www.geeparts.co/honda/cb-500x/">CB 500X</a>
|
|
1456
1464
|
</li>
|
|
1465
|
+
<li>
|
|
1466
|
+
<a href="https://www.geeparts.co/honda/cb-650r/">CB 650R</a>
|
|
1467
|
+
</li>
|
|
1457
1468
|
<li>
|
|
1458
1469
|
<a href="https://www.geeparts.co/honda/cb-1000/">CB 1000</a>
|
|
1459
1470
|
</li>
|