Spaces:
Running
Running
lint: sort tailwind classes
Browse files- src/routes/+page.svelte +5 -5
src/routes/+page.svelte
CHANGED
|
@@ -358,13 +358,13 @@
|
|
| 358 |
<Tabs.Trigger value="matches">Matches</Tabs.Trigger>
|
| 359 |
</Tabs.List>
|
| 360 |
</div>
|
| 361 |
-
<p class="
|
| 362 |
-
A <strong class="
|
| 363 |
(usually BO3) of
|
| 364 |
-
<strong class="
|
| 365 |
-
<strong class="
|
| 366 |
overtime); per player POV every round is sliced into ≤ 1-minute
|
| 367 |
-
<strong class="
|
| 368 |
</p>
|
| 369 |
|
| 370 |
{#if data.matches.length === 0}
|
|
|
|
| 358 |
<Tabs.Trigger value="matches">Matches</Tabs.Trigger>
|
| 359 |
</Tabs.List>
|
| 360 |
</div>
|
| 361 |
+
<p class="mb-3 text-xs text-muted-foreground">
|
| 362 |
+
A <strong class="font-semibold text-foreground">match</strong> is a best-of-N series
|
| 363 |
(usually BO3) of
|
| 364 |
+
<strong class="font-semibold text-foreground">maps</strong>; each map plays up to 24
|
| 365 |
+
<strong class="font-semibold text-foreground">rounds</strong> (MR12 regulation + MR3
|
| 366 |
overtime); per player POV every round is sliced into ≤ 1-minute
|
| 367 |
+
<strong class="font-semibold text-foreground">chunks</strong>.
|
| 368 |
</p>
|
| 369 |
|
| 370 |
{#if data.matches.length === 0}
|