diff --git a/packages/builder/src/pages/builder/app/updating/[application].svelte b/packages/builder/src/pages/builder/app/updating/[application].svelte index 0ea9de2ee3..bbcdccf917 100644 --- a/packages/builder/src/pages/builder/app/updating/[application].svelte +++ b/packages/builder/src/pages/builder/app/updating/[application].svelte @@ -33,6 +33,11 @@
+

+ 🛠️ We are updating the system.
Please wait, we will be back in a + second! +

+
@@ -40,5 +45,15 @@ .loading { display: flex; justify-content: center; + align-items: center; + justify-content: center; + flex-direction: column; + gap: var(--spacing-xl); + height: 100vh; + margin: 0; + } + .loading-message { + text-align: center; + font-size: 18px; }