Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Floydv149 committed Apr 16, 2024
1 parent ddc7602 commit 653e3bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,9 @@ class UpdateNotesModal extends Modal {
contentEl.createEl("p", {
text: "- Added more documentation to README",
});
contentEl.createEl("p", {
text: "- Fixed an issue with bible book 'Samuel' being added a zero to in the link, breaking the link output.",
});

const dismisButton = contentEl.createEl("button", {
text: "Dismiss",
Expand Down

0 comments on commit 653e3bf

Please sign in to comment.