fix: wrong links

This commit is contained in:
Benno Tielen 2026-01-17 18:24:24 +01:00
parent 703205d0d1
commit e6ccb57e89
2 changed files with 4 additions and 4 deletions

View file

@ -45,8 +45,8 @@ export default function ConfirmationPage() {
<Section padding={'small'}> <Section padding={'small'}>
<NextPrevButtons <NextPrevButtons
prev={{ prev={{
href: '/sakramente/eucharistie', href: '/sakramente/kommunion',
text: 'Eucharistie', text: 'Heilige Kommunion',
}} }}
next={{ next={{
href: '/sakramente/ehe', href: '/sakramente/ehe',

View file

@ -57,8 +57,8 @@ export default function BaptismPage() {
<Section padding={"small"}> <Section padding={"small"}>
<NextPrevButtons <NextPrevButtons
next={{ next={{
href: "/sakramente/eucharistie", href: "/sakramente/kommunion",
text: "Eucharistie" text: "Heilige Kommunion"
}} }}
/> />
</Section> </Section>