diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 4c2997b..0448cd5 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -32,7 +32,9 @@ async function getNavigation() { let nav: Navigation[] = await loadNavigation() + $navigation = nav[0] + $serviceNavigation = nav[1] } async function getBanner() { @@ -95,25 +97,7 @@ {#if cookiesAllowed} - - - - - - - - - - - - - - - - - - - + @@ -156,9 +127,9 @@ {/if} - - + {/if} {/each} {/if} - +