diff --git a/src/lib/components/TurnSummary.svelte b/src/lib/components/TurnSummary.svelte index b4ab4c9..ed8f0b8 100644 --- a/src/lib/components/TurnSummary.svelte +++ b/src/lib/components/TurnSummary.svelte @@ -11,7 +11,7 @@ {#if summary} -
+

{summary.phase === 'timestop' ? 'In the stopped moment' : `Turn ${summary.turn + 1}`}

{#each [YOU, FOE] as const as who (who)} @@ -50,6 +50,7 @@