refactor: extract prayers into reusable components in gebete page
All checks were successful
CI / update (push) Successful in 28s
All checks were successful
CI / update (push) Successful in 28s
Extract inline prayer content into dedicated components in $lib/components/prayers/ for better code organization and reusability. This reduces the gebete page from ~339 to ~95 lines while maintaining the same functionality.
This commit is contained in:
15
src/lib/components/prayers/BruderKlausGebet.svelte
Normal file
15
src/lib/components/prayers/BruderKlausGebet.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<p>
|
||||
<v lang="de">Mein Herr und mein Gott,</v>
|
||||
<v lang="de">nimm alles von mir,</v>
|
||||
<v lang="de">was mich hindert zu Dir.</v>
|
||||
</p>
|
||||
<p>
|
||||
<v lang="de">Mein Herr und mein Gott,</v>
|
||||
<v lang="de">gib alles mir,</v>
|
||||
<v lang="de">was mich führet zu Dir.</v>
|
||||
</p>
|
||||
<p>
|
||||
<v lang="de">Mein Herr und mein Gott,</v>
|
||||
<v lang="de">nimm mich mir</v>
|
||||
<v lang="de">und gib mich ganz zu eigen Dir.</v>
|
||||
</p>
|
||||
Reference in New Issue
Block a user