diff --git a/src/App.svelte b/src/App.svelte index 8834864..0051df4 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -23,6 +23,7 @@ let patch = true; let loading = false; + let currentStatus = "Preparing launch..."; let rand = 0; @@ -34,7 +35,6 @@ >
- { rand = Math.random() * 100; loading = true; @@ -112,7 +113,7 @@ {#if loading}
-

Waiting...

+

{currentStatus}