Skip to content

Commit

Permalink
Merge pull request #594 from audioverse-org/AV-1357-See-All-on-Discov…
Browse files Browse the repository at this point in the history
…er-Bible-Books-of-Discover-Page-linking-to-Audiobook-instead-of-Bible-Page

updated see all bible link
  • Loading branch information
okeinom authored Dec 4, 2024
2 parents d5b6d57 + 93008b8 commit 097ce7d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 28 deletions.
41 changes: 16 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@silvermine/videojs-chromecast": "^1.5.0",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"caniuse-lite": "^1.0.30001669",
"clsx": "^2.1.1",
"cookie": "^0.7.0",
"cross-spawn": "^7.0.6",
"dayjs": "^1.11.13",
"feed": "git+https://[email protected]/mattleff/feed.git#custome-elements-build",
"full-icu": "^1.5.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"audit-ci": "^7.1.0",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/cardSlider/section/bibleBooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function BibleBooks(props: {
id: 'organismSection__bibleBooksNext',
defaultMessage: 'Next Bible books',
})}
seeAllUrl={root.lang(lang).books.get()}
seeAllUrl={root.lang(lang).bibles.get()}
Card={(p: { node: CardSequenceFragment }) => (
<CardSequence sequence={p.node} />
)}
Expand Down

0 comments on commit 097ce7d

Please sign in to comment.