fix: Gebet statt Stoßgebet

This commit is contained in:
Benno Tielen 2026-08-28 14:34:44 +02:00
parent 1160ce4a8b
commit 8f0c47419b

View file

@ -47,7 +47,7 @@ export const FooterView = ({ prayers, footer }: FooterViewProps) => {
))} ))}
<Col> <Col>
<p> <p>
<strong>Stoßgebet</strong> <strong>Gebet</strong>
</p> </p>
<RandomPrayer prayers={prayers} /> <RandomPrayer prayers={prayers} />
</Col> </Col>