feat: add movies
This commit is contained in:
@@ -22,7 +22,7 @@ export default function Greet(props: PageProps<Recipe>) {
|
||||
|
||||
return (
|
||||
<MainLayout url={props.url}>
|
||||
<RecipeHero recipe={recipe} />
|
||||
<RecipeHero data={recipe} backlink="/recipes" />
|
||||
<div class="px-8 text-white mt-10">
|
||||
<div class="flex items-center gap-8">
|
||||
<h3 class="text-3xl my-5">Ingredients</h3>
|
||||
|
||||
Reference in New Issue
Block a user