diff --git a/src/App.svelte b/src/App.svelte index ad3c5f2..ef969a4 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -5,7 +5,7 @@ import Footer from "./layout/Footer.svelte"; -{#if $text.nav} +{#if $text && Object.keys($text).length > 0}