diff --git a/src/components/Detail/IngredientTableView.astro b/src/components/Detail/IngredientTableView.astro index 5ee0c05..0f2b8c8 100644 --- a/src/components/Detail/IngredientTableView.astro +++ b/src/components/Detail/IngredientTableView.astro @@ -19,7 +19,7 @@ const tableView = true )} {tableView && ( -
Quantity | @@ -29,9 +29,9 @@ const tableView = true||
---|---|---|
{ing.quantity} | {ing.unit} | {ing.name} | @@ -41,4 +41,28 @@ const tableView = true }