🎨 Improve code formatting for better readability in tournament status components
This commit is contained in:
@@ -31,12 +31,13 @@
|
||||
<div v-if="loading" class="status loading">⏳ Loading tournaments...</div>
|
||||
|
||||
<!-- Error State -->
|
||||
<div v-else-if="error" class="status error">
|
||||
❌ Error: {{ error }}
|
||||
</div>
|
||||
<div v-else-if="error" class="status error">❌ Error: {{ error }}</div>
|
||||
|
||||
<!-- Empty State -->
|
||||
<div v-else-if="!tournaments || tournaments.length === 0" class="status empty">
|
||||
<div
|
||||
v-else-if="!tournaments || tournaments.length === 0"
|
||||
class="status empty"
|
||||
>
|
||||
No tournaments found. Create one at
|
||||
<a href="https://challonge.com" target="_blank">Challonge.com</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user