Nog een paar laatste kleine bugfixes

This commit is contained in:
Josako
2025-09-22 14:56:48 +02:00
parent 2afee41c2a
commit 53bfc6bb23
4 changed files with 28 additions and 18 deletions

View File

@@ -14,7 +14,7 @@
<div class="progress-title">
<!-- Evie working animatie tijdens processing -->
<img v-if="isProcessing"
:src="staticUrl('assets/img/evie_working.webp')"
:src="staticUrl('/assets/img/evie_working.webp')"
alt="Bezig met verwerken..."
class="progress-icon working-animation">
@@ -55,7 +55,7 @@
<!-- Alleen Evie animatie voor "No Information" tijdens processing -->
<div v-else-if="shouldShowProgressIconOnly" class="progress-icon-only">
<img :src="staticUrl('assets/img/evie_working.webp')"
<img :src="staticUrl('/assets/img/evie_working.webp')"
alt="Bezig met verwerken..."
class="working-animation-only">
</div>