Skip to content

Commit

Permalink
updated see all bible link
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeino McGowan authored and Okeino McGowan committed Nov 20, 2024
1 parent 3ff27f7 commit 32a8424
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
26 changes: 11 additions & 15 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@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",
"dayjs": "^1.11.13",
Expand Down Expand Up @@ -107,7 +106,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 32a8424

Please sign in to comment.