chore: changed thumbnails & previews source

This commit is contained in:
2024-05-16 21:09:39 +02:00
parent 6af6764c30
commit 2578f5c8d4
4 changed files with 8 additions and 20 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
<div class="thumbnail-container">
<div>{{ stockType }}</div>
<img
:src="`https://rj.td2.info.pl/dist/img/thumbnails/${stockType}.png`"
:src="`https://static.spythere.eu/thumbnails/${stockType}.png`"
:title="stockType"
style="opacity: 0"
@error="(e) => onStockItemError(e, stockType)"
+1 -1
View File
@@ -21,7 +21,7 @@
<img
draggable="false"
:src="`https://rj.td2.info.pl/dist/img/thumbnails/${stock.vehicleRef.type}.png`"
:src="`https://static.spythere.eu/thumbnails/${stock.vehicleRef.type}.png`"
:alt="stock.vehicleRef.type"
:title="stock.vehicleRef.type"
@error="stockImageError($event, stock)"