Skip to content

Commit

Permalink
Merge pull request #1618 from unfoldingWord/Fix-Joel-1617
Browse files Browse the repository at this point in the history
Moved the ULT to the middle in scripture pane in tCC
  • Loading branch information
Joel-C-Johnson authored Oct 16, 2023
2 parents fe10e2d + 88dad83 commit bfe4371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/build_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
268-58d9896
269-493ed71
4 changes: 2 additions & 2 deletions src/core/resourceLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const enUltResourceLink = 'unfoldingWord/en/ult/master';
const enUstResourceLink = 'unfoldingWord/en/ust/master';

export const defaultResourceLinks = [
enUltResourceLink,
enUstResourceLink,
enUltResourceLink,
hebrewResourceLink,
greekResourceLink,
];
Expand All @@ -30,8 +30,8 @@ export const generateAllResourceLinks = ({ bookId, resourceLinks = [] }) => {
// To change the position of scripture resource in the panel, move the elements in different index in allResourceLinks
// eg move "originalLink" to the last index to move hebrew / greek to last
const allResourceLinks = [
enUltResourceLink,
enUstResourceLink,
enUltResourceLink,
..._resourceLinks,
originalLink,
];
Expand Down

0 comments on commit bfe4371

Please sign in to comment.