diff --git a/src/components/Detail/IngredientTableView.astro b/src/components/Detail/IngredientTableView.astro index 8d6951c..1f38027 100644 --- a/src/components/Detail/IngredientTableView.astro +++ b/src/components/Detail/IngredientTableView.astro @@ -18,12 +18,12 @@ const { class: className, ingredients } = Astro.props --> - +
- - - + + + @@ -31,9 +31,9 @@ const { class: className, ingredients } = Astro.props ingredients.map(ing => ( <> - - - + + + )) diff --git a/src/pages/recipe/[recipeid].astro b/src/pages/recipe/[recipeid].astro index 0cae90b..75662ef 100644 --- a/src/pages/recipe/[recipeid].astro +++ b/src/pages/recipe/[recipeid].astro @@ -41,7 +41,7 @@ const ingredients = await Promise.all(

Steps

{ steps.map(s => (
-

Step {s.index + 1}

+

Step {s.index + 1}

{s.instruction}

)) }
QuantityUnitFoodQuantityUnitFood
{ing.quantity}{ing.unit}{ing.name}{ing.quantity}{ing.unit}{ing.name}