yea idk thatll do i think

This commit is contained in:
2025-11-17 17:37:36 +13:00
parent 1f37408776
commit 98a79118ee

View File

@@ -25,7 +25,7 @@ const images = await Promise.all(
<div class="flex md:flex-1/3 flex-col mt-2 md:mt-4 sticky">
<ImageCarousel class="w-full" images={images} />
<p class="text-[28pt] font-bold leading-11 mt-2">{recipeData.metadata.title ?? "Untitled Recipe"}</p>
<a href=`${id}/edit`>edit</a>
<!-- Details -->
<InfoView
prepTime={recipeData.metadata?.["prep time"]}