From 38a07e3dfbda798010cc7f219abec911f747eaf7 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 3 Oct 2022 16:45:26 +0800 Subject: feat: Fully functioning i18n --- apps/kit/src/routes/(main)/+layout.svelte | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'apps/kit/src/routes/(main)/+layout.svelte') diff --git a/apps/kit/src/routes/(main)/+layout.svelte b/apps/kit/src/routes/(main)/+layout.svelte index 5354f02..236cd75 100644 --- a/apps/kit/src/routes/(main)/+layout.svelte +++ b/apps/kit/src/routes/(main)/+layout.svelte @@ -1,32 +1,23 @@ + {#if !online} -
+
- +

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

@@ -34,4 +25,6 @@
{/if} + + -- cgit v1.3