diff --git a/src/lib/components/Card.svelte b/src/lib/components/Card.svelte index bbcd166..564dbaf 100644 --- a/src/lib/components/Card.svelte +++ b/src/lib/components/Card.svelte @@ -40,7 +40,7 @@ const img_alt = $derived( {#if data.ingredients}
@@ -464,10 +409,10 @@ h3 a:hover { {/if} {/each} - + {/each} -
+ {#each Array.from(currentParams.entries()) as [key, value]} {#if key !== 'multiplier'} diff --git a/src/lib/components/InstructionsPage.svelte b/src/lib/components/InstructionsPage.svelte index b3037b3..5b56eb6 100644 --- a/src/lib/components/InstructionsPage.svelte +++ b/src/lib/components/InstructionsPage.svelte @@ -1,4 +1,5 @@