diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6a9aca0..d9d8b91 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -2,7 +2,7 @@ import { onMount } from 'svelte'; import { page } from '$app/stores'; import { goto, afterNavigate } from '$app/navigation'; - import { Settings, CookingPot, Globe, Utensils, Menu, BookOpen } from 'lucide-svelte'; + import { Settings, CookingPot, Utensils, Menu, BookOpen } from 'lucide-svelte'; import { profileStore } from '$lib/client/profile.svelte'; import { wishlistStore } from '$lib/client/wishlist.svelte'; import { pwaStore } from '$lib/client/pwa.svelte'; @@ -189,8 +189,7 @@ href={`/?q=${encodeURIComponent(navQuery.trim())}`} onclick={pickHit} > - - Im Internet weitersuchen + + weitere Ergebnisse {:else}

Keine lokalen Rezepte – aus dem Internet:

@@ -222,6 +221,13 @@ {/each} + + + weitere Ergebnisse + {:else}

Auch im Internet nichts gefunden.

{/if}