Nog een paar laatste kleine bugfixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user