From b801f6eee575a49efb1497505cff2f21b3d98ce9 Mon Sep 17 00:00:00 2001 From: andupetcu <47487320+andupetcu@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:58:01 +0300 Subject: [PATCH] Fix JSX comment syntax errors in bible reader - Fixed malformed comment closing tags (*/> to */) --- app/[locale]/bible/reader.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/[locale]/bible/reader.tsx b/app/[locale]/bible/reader.tsx index 5df4338..46fa94a 100644 --- a/app/[locale]/bible/reader.tsx +++ b/app/[locale]/bible/reader.tsx @@ -597,7 +597,7 @@ export default function BibleReaderNew() { }} > - {/* Books Selection */> + {/* Books Selection */} {t('book')} @@ -648,7 +648,7 @@ export default function BibleReaderNew() { - {/* Font Size Controls */> + {/* Font Size Controls */} - {/* Action Buttons */> + {/* Action Buttons */}