From dc8649747469c7a3cdb9214b47298eab8673f2b6 Mon Sep 17 00:00:00 2001 From: june Date: Wed, 13 Aug 2025 23:59:48 +1200 Subject: [PATCH] fix edge-case layout bug --- src/pages/recipe/[recipeid].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/recipe/[recipeid].astro b/src/pages/recipe/[recipeid].astro index a760c77..6554145 100644 --- a/src/pages/recipe/[recipeid].astro +++ b/src/pages/recipe/[recipeid].astro @@ -29,7 +29,7 @@ const ingredients = await Promise.all(
-
+

{re.name}

@@ -40,7 +40,7 @@ const ingredients = await Promise.all(
-
+