feat: optimize navigation

This commit is contained in:
2023-07-30 21:43:09 +02:00
parent 0632ae05c1
commit 28c72264c5
15 changed files with 170 additions and 27 deletions

View File

@@ -21,7 +21,7 @@ export default function Greet(props: PageProps<Recipe>) {
const amount = useSignal(portion || 1);
return (
<MainLayout>
<MainLayout url={props.url}>
<RecipeHero recipe={recipe} />
<div class="px-8 text-white mt-10">
<div class="flex items-center gap-8">