fixes
This commit is contained in:
@@ -575,7 +575,7 @@ const tierClass = (t: number) => `tier-${t}`
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- Practice -->
|
||||
<!-- Training -->
|
||||
<button
|
||||
class="w-full mt-2 py-2.5 bg-white/3 border border-white/10 text-text-muted
|
||||
font-display font-bold text-xs tracking-widest
|
||||
@@ -586,7 +586,7 @@ const tierClass = (t: number) => `tier-${t}`
|
||||
@click="practice"
|
||||
>
|
||||
<span v-if="isJoiningPractice" class="w-3.5 h-3.5 border-2 border-white/20 border-t-white/50 rounded-full animate-spin" />
|
||||
{{ isJoiningPractice ? 'STARTING...' : 'PRACTICE' }}
|
||||
{{ isJoiningPractice ? 'STARTING...' : 'TRAINING' }}
|
||||
</button>
|
||||
|
||||
<p v-if="fightError" class="font-mono text-[10px] text-neon-pink mt-2">{{ fightError }}</p>
|
||||
|
||||
Reference in New Issue
Block a user