feat: add title
This commit is contained in:
@@ -20,7 +20,7 @@ export default function Greet(props: PageProps<Recipe>) {
|
||||
const amount = useSignal(portion || 1);
|
||||
|
||||
return (
|
||||
<MainLayout url={props.url}>
|
||||
<MainLayout url={props.url} title={`Recipes > ${recipe.name}`}>
|
||||
<RecipeHero data={recipe} backlink="/recipes" />
|
||||
<div class="px-8 text-white mt-10">
|
||||
<div class="flex items-center gap-8">
|
||||
|
||||
Reference in New Issue
Block a user