dont't show loading in home

This commit is contained in:
cupcakearmy 2021-02-09 13:54:56 +01:00
parent f34f2c441d
commit 564f3c57f8
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -48,7 +48,9 @@
<main bind:this={main}> <main bind:this={main}>
<slot /> <slot />
</main> </main>
{#if $page.path !== '/'}
<Loading /> <Loading />
{/if}
</div> </div>
<style> <style>