feat: add movies

This commit is contained in:
2023-07-30 23:55:51 +02:00
parent 28c72264c5
commit d47ffb94bf
15 changed files with 211 additions and 74 deletions

View File

@@ -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>