This commit is contained in:
2023-07-19 15:59:54 +02:00
parent bfdc12736c
commit 5558a1ad23
3 changed files with 4 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ h1{
</style>
<h1>Rezepte</h1>
<section>
<MediaScroller title="In Saison:">
<MediaScroller title="In Saison">
{#each data.season as recipe}
<Card {recipe} {current_month} search=""></Card>
{/each}
@@ -34,6 +34,4 @@ h1{
{/each}
</MediaScroller>
{/each}
{#if data.user && data.user.access.includes("rezepte")}
<AddButton></AddButton>
{/if}
<AddButton></AddButton>