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'}>
<NextPrevButtons
prev={{
href: '/sakramente/eucharistie',
text: 'Eucharistie',
href: '/sakramente/kommunion',
text: 'Heilige Kommunion',
}}
next={{
href: '/sakramente/ehe',

View file

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