diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 618f04ad..21794a90 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -424,24 +424,7 @@ function App() { - {/* Mobile Navigation - Simplified */} -
- {currentBook && ( - <> - - {formatBookName(currentBook)} - - {currentChapter && ( - <> - - - Ch. {currentChapter} - - - )} - - )} -
+ {/* Search, User Authentication & Dark Mode */}
diff --git a/frontend/src/components/BibleReader.tsx b/frontend/src/components/BibleReader.tsx index b3984c77..eeb4304a 100644 --- a/frontend/src/components/BibleReader.tsx +++ b/frontend/src/components/BibleReader.tsx @@ -302,54 +302,62 @@ const BibleReader: React.FC = ({ book, chapter, onBack, format return (
- {/* Header */} -
+ {/* Breadcrumb Navigation */} +
+ + + + + Chapter {chapter} + +
- {/* Font Size Controls */} + {/* Font Size Controls */} +
- Font Size: - Size: + Font Size: