geeparts-js 1.5.14 → 1.5.15

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
@@ -430,6 +430,14 @@ if (pathName === '/hero/' || pathName === '/hero') {
430
430
  </div>
431
431
  </a>
432
432
  </li>
433
+ <li class="moto">
434
+ <a href="https://www.geeparts.co/suzuki/gsxs-750/" class="link_marca">
435
+ <img src="https://download.geeparts.co/gsxs-750.png" alt="Suzuki GSXS 750">
436
+ <div class="info">
437
+ <p>Suzuki GSXS 750</p>
438
+ </div>
439
+ </a>
440
+ </li>
433
441
  <li class="moto">
434
442
  <a href="https://www.geeparts.co/suzuki/gsxs-1000/" class="link_marca">
435
443
  <img src="https://download.geeparts.co/gsxs-1000.png" alt="Suzuki GSXS 1000">
@@ -1516,6 +1524,9 @@ if (window.matchMedia('(min-width: 768px)').matches) {
1516
1524
  <li>
1517
1525
  <a href="https://www.geeparts.co/suzuki/gn-125-abs/">GN 125 ABS</a>
1518
1526
  </li>
1527
+ <li class="new">
1528
+ <a href="https://www.geeparts.co/suzuki/gsxs-750/">Suzuki GSXS 750</a>
1529
+ </li>
1519
1530
  <li class="new">
1520
1531
  <a href="https://www.geeparts.co/suzuki/gsxs-1000/">Suzuki GSX-S1000</a>
1521
1532
  </li>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geeparts-js",
3
- "version": "1.5.14",
3
+ "version": "1.5.15",
4
4
  "description": "Code main page Geeparts",
5
5
  "main": "index.js",
6
6
  "scripts": {