fix: typos; updated images api source

This commit is contained in:
2024-10-22 20:54:24 +02:00
parent b6d776d94e
commit b47f692ac1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
<div class="thumbnail-container">
<div>{{ stockType }}</div>
<img
:src="`https://static.spythere.eu/thumbnails/${stockType}.png`"
:src="`https://stacjownik.spythere.eu/static/thumbnails/${stockType}.png`"
:title="stockType"
style="opacity: 0"
@error="(e) => onStockItemError(e, stockType)"