diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 1a98c5c..0b6140c 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -195,29 +195,29 @@ onMount(() => {
{#if (display_state == "timer")} -
-

{event_name}

-

{timer}

-

{match_name}

- -

{score_red}

-

{score_blue}

- -
- {#each teams_red as team} -

{team}

- {/each} +
+

{event_name}

+

{timer}

+

{match_name}

+ +

{score_red}

+

{score_blue}

+ +
+ {#each teams_red as team} +

{team}

+ {/each} +
+
+ {#each teams_blue as team} +

{team}

+ {/each} +
-
- {#each teams_blue as team} -

{team}

- {/each} -
-
{:else if (display_state == "init")} - + {:else} - + {/if}