From 564f3c57f8bc3ae019ca8a98140805d38e0fc9cc Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 9 Feb 2021 13:54:56 +0100 Subject: [PATCH] dont't show loading in home --- src/routes/_layout.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index cc15abf..51999bd 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -48,7 +48,9 @@
- + {#if $page.path !== '/'} + + {/if}