diff --git a/src/lib/components/organisms/NavBar.svelte b/src/lib/components/organisms/NavBar.svelte index 2dd6c67..b7d9011 100644 --- a/src/lib/components/organisms/NavBar.svelte +++ b/src/lib/components/organisms/NavBar.svelte @@ -8,7 +8,7 @@ {#await api.general.ping() then apiUp} {#if !apiUp} - + The API is currently unresponsive and some services may not work correctly. {#if statusUrl} Check the for updates.