feat: fix some shit

This commit is contained in:
2023-08-06 18:06:09 +02:00
parent 6f650b568d
commit f482ebcce0
10 changed files with 23 additions and 12 deletions

View File

@ -24,7 +24,11 @@ export default function Greet(props: PageProps<Recipe>) {
].filter(Boolean);
return (
<MainLayout url={props.url} title={`Recipes > ${recipe.name}`}>
<MainLayout
url={props.url}
title={`Recipes > ${recipe.name}`}
context={recipe}
>
<RecipeHero
data={recipe}
backlink="/recipes"