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'}>
|
<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',
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue