yea idk thatll do i think
This commit is contained in:
@@ -25,7 +25,7 @@ const images = await Promise.all(
|
|||||||
<div class="flex md:flex-1/3 flex-col mt-2 md:mt-4 sticky">
|
<div class="flex md:flex-1/3 flex-col mt-2 md:mt-4 sticky">
|
||||||
<ImageCarousel class="w-full" images={images} />
|
<ImageCarousel class="w-full" images={images} />
|
||||||
<p class="text-[28pt] font-bold leading-11 mt-2">{recipeData.metadata.title ?? "Untitled Recipe"}</p>
|
<p class="text-[28pt] font-bold leading-11 mt-2">{recipeData.metadata.title ?? "Untitled Recipe"}</p>
|
||||||
|
<a href=`${id}/edit`>edit</a>
|
||||||
<!-- Details -->
|
<!-- Details -->
|
||||||
<InfoView
|
<InfoView
|
||||||
prepTime={recipeData.metadata?.["prep time"]}
|
prepTime={recipeData.metadata?.["prep time"]}
|
||||||
|
|||||||
Reference in New Issue
Block a user