diff --git a/src/VersePrinter.jsx b/src/VersePrinter.jsx
index 18b6968..678d01b 100644
--- a/src/VersePrinter.jsx
+++ b/src/VersePrinter.jsx
@@ -24,6 +24,12 @@ const VersePrinter = ({ element: { pack, title, chapterTitle, reference, verse }
{/* This shows the difference between given and input answers*/}
+
+
+
Reference:
diff --git a/src/VerseSampler.jsx b/src/VerseSampler.jsx
index b1d3ae3..0867c36 100644
--- a/src/VerseSampler.jsx
+++ b/src/VerseSampler.jsx
@@ -303,6 +303,11 @@ function Page() {
Built on: {VITE_BUILD_DATE}
+
+
+ File a bug report
+
+
);
}
diff --git a/src/VerseValidator.jsx b/src/VerseValidator.jsx
index c8e83c9..9374288 100644
--- a/src/VerseValidator.jsx
+++ b/src/VerseValidator.jsx
@@ -260,7 +260,7 @@ const VerseValidator = ({ element: { pack, title, chapterTitle, reference, verse
) : (
- {pack} - {reference}
+ {reference}
)}
@@ -362,6 +362,12 @@ const VerseValidator = ({ element: { pack, title, chapterTitle, reference, verse
Differences
+
+
+
+ Pack:
{pack}
+
+
Reference:
@@ -371,10 +377,11 @@ const VerseValidator = ({ element: { pack, title, chapterTitle, reference, verse
/>
+
{chapterTitle && (
- ChapterTitle:
+ Chapter title: