fix: remove keyed each on recipe tags to handle duplicate tag names
All checks were successful
CI / update (push) Successful in 3m44s

Duplicate tags (e.g. "Butter" at two indexes) caused a Svelte
each_key_duplicate error that broke rendering on /recipes.
Also use past tense for angelus streak button to match rosary.
This commit is contained in:
2026-04-07 20:03:15 +02:00
parent a432e6ebd5
commit 8e4ba896e1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.4.3",
"version": "1.4.4",
"private": true,
"type": "module",
"scripts": {