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 --> -
Quantity | -Unit | -Food | +Quantity | +Unit | +Food |
---|---|---|---|---|---|
{ing.quantity} | -{ing.unit} | -{ing.name} | +{ing.quantity} | +{ing.unit} | +{ing.name} |