fix: backlink on /recipes pointed to /articles
This commit is contained in:
parent
ea2f07e80e
commit
28a48b752b
@ -39,7 +39,7 @@ export default function Greet(
|
|||||||
|
|
||||||
<PageHero image={recipe.meta?.image} thumbnail={recipe.meta?.thumbnail}>
|
<PageHero image={recipe.meta?.image} thumbnail={recipe.meta?.thumbnail}>
|
||||||
<PageHero.Header>
|
<PageHero.Header>
|
||||||
<PageHero.BackLink href="/articles" />
|
<PageHero.BackLink href="/recipes" />
|
||||||
{session && (
|
{session && (
|
||||||
<PageHero.EditLink
|
<PageHero.EditLink
|
||||||
href={`https://notes.max-richter.dev/Recipes/${recipe.id}`}
|
href={`https://notes.max-richter.dev/Recipes/${recipe.id}`}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user