Skip to content

Commit

Permalink
Fix hymn 039
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed May 18, 2024
1 parent 089e709 commit 1aa4856
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/hymnal/raw/039.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ O may Thy Spirit guide my feet
In ways of righteousness;
Make every path of duty straight
And plain before my face.
4 The men that love and fear Thy name

4
The men that love and fear Thy name
Shall see their hopes fulfilled;
The mighty God will compass them
With favor as a shield.
10 changes: 8 additions & 2 deletions src/hymnal/sda-hymnal-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -2040,8 +2040,14 @@
"O may Thy Spirit guide my feet",
"In ways of righteousness;",
"Make every path of duty straight",
"And plain before my face.",
"4 The men that love and fear Thy name",
"And plain before my face."
]
},
{
"type": "verse",
"index": 4,
"lines": [
"The men that love and fear Thy name",
"Shall see their hopes fulfilled;",
"The mighty God will compass them",
"With favor as a shield."
Expand Down
2 changes: 1 addition & 1 deletion src/views/Browser.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="show && lowerThirds.length && lowerThirds[currentIterator] && lowerThirds[currentIterator].length" class="transition ease-in-out delay-150 duration-300 text-white text-3xl h-screen flex flex-col justify-end items-center">
<div v-if="show && lowerThirds.length && lowerThirds[currentIterator] && lowerThirds[currentIterator].length" class="transition ease-in-out delay-150 duration-300 text-white text-7xl h-screen flex flex-col justify-end items-center">
<div class="w-full flex items-center flex-col p-10">
<div v-for="(line, i) in lowerThirds[currentIterator]" class="transition-opacity">
<transition name="fade">
Expand Down

0 comments on commit 1aa4856

Please sign in to comment.