From 6561771c435f9d9bed1589b5ed13d17aee0b7873 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 11 Dec 2022 20:46:58 +0100 Subject: feat: Add frontpage --- code/app/src/routes/(main)/+layout.svelte | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'code/app/src/routes/(main)/+layout.svelte') diff --git a/code/app/src/routes/(main)/+layout.svelte b/code/app/src/routes/(main)/+layout.svelte index 2b96527..7662d6a 100644 --- a/code/app/src/routes/(main)/+layout.svelte +++ b/code/app/src/routes/(main)/+layout.svelte @@ -1,21 +1,25 @@ - + + + {$page.data.title ? $page.data.title + " - Greatoffice" : "Greatoffice"} + {#if !online}
- +

You seem to be offline, please check your internet connection.

@@ -24,4 +28,4 @@
{/if} - + -- cgit v1.3