From 91c76cff37c50d3c3ed795e2dec7349898dbfa4d Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 3 Oct 2022 17:31:29 +0800 Subject: fix: Minor design fix --- apps/kit/src/routes/(main)/+layout.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 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 236cd75..1a870bb 100644 --- a/apps/kit/src/routes/(main)/+layout.svelte +++ b/apps/kit/src/routes/(main)/+layout.svelte @@ -7,7 +7,6 @@ let online = true; export let data: LayoutData; - // at the very top, set the locale before you access the store and before the actual rendering takes place setLocale(data.locale); @@ -17,7 +16,7 @@
- +

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

-- cgit v1.3