switch from "Unterwegs" to "Snack"
All checks were successful
CI / update (push) Successful in 49s

This commit is contained in:
Alexander Bocken 2025-03-31 17:57:40 +02:00
parent ce7a542408
commit dd71832b10
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -6,7 +6,7 @@
import Search from '$lib/components/Search.svelte';
export let data: PageData;
export let current_month = new Date().getMonth() + 1
const categories = ["Hauptspeise", "Nudel", "Brot", "Dessert", "Suppe", "Beilage", "Salat", "Kuchen", "Frühstück", "Sauce", "Zutat", "Getränk", "Aufstrich", "Guetzli", "Unterwegs"]
const categories = ["Hauptspeise", "Nudel", "Brot", "Dessert", "Suppe", "Beilage", "Salat", "Kuchen", "Frühstück", "Sauce", "Zutat", "Getränk", "Aufstrich", "Guetzli", "Snack"]
</script>
<style>
h1{