diff --git a/src/routes/private/events/archived/+page.svelte b/src/routes/private/events/archived/+page.svelte index e309c53..2df8b53 100644 --- a/src/routes/private/events/archived/+page.svelte +++ b/src/routes/private/events/archived/+page.svelte @@ -1,5 +1,6 @@ -
- {#if isAddingParticipants} -

Add Participants to "{event.name}"

- {/if} -
+{#if isAddingParticipants} +
+

+ Adding Participants to "{event.name}" +

+
+{/if} {#if step == 0} @@ -103,27 +105,27 @@
-
- - - Step {step + 1} of {steps.length} - - -
+
+ + + Step {step + 1} of {steps.length} + + +