fix: backlink on /recipes pointed to /articles

This commit is contained in:
max_richter 2023-12-08 23:09:19 +01:00
parent ea2f07e80e
commit 28a48b752b

View File

@ -39,7 +39,7 @@ export default function Greet(
<PageHero image={recipe.meta?.image} thumbnail={recipe.meta?.thumbnail}>
<PageHero.Header>
<PageHero.BackLink href="/articles" />
<PageHero.BackLink href="/recipes" />
{session && (
<PageHero.EditLink
href={`https://notes.max-richter.dev/Recipes/${recipe.id}`}