fix: wrong links
This commit is contained in:
parent
703205d0d1
commit
e6ccb57e89
2 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue