This commit is contained in:
Prospector
2025-07-16 15:25:38 -07:00
parent 2c90f1c142
commit 30e93e0880

View File

@@ -10,9 +10,7 @@
<div v-if="isVisible" class="w-full">
<div class="mb-2 flex justify-between text-sm">
<Transition name="phrase-fade" mode="out-in">
<span :key="currentPhrase" class="text-md font-semibold">{{
currentPhrase
}}</span>
<span :key="currentPhrase" class="text-md font-semibold">{{ currentPhrase }}</span>
</Transition>
<div class="flex flex-col items-end">
<span class="text-secondary">{{ Math.round(progress) }}%</span>