From 6dd07e8e8edf074731f6f03a08f71fd22e9c2e90 Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Sat, 13 Sep 2025 16:25:58 -0400 Subject: [PATCH] Add mobile responsive navigation and Book icon favicon --- frontend/public/index.html | 1 + frontend/src/App.tsx | 33 ++++++++++++++++++++++++++------- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 8662618d..3f6e8adb 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -4,6 +4,7 @@ + ESV Bible diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 73b1b78e..dd51b982 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -182,18 +182,18 @@ function App() {
-
- +
+
- {/* Navigation Breadcrumb */} -
+ {/* Navigation Breadcrumb - Hidden on small screens */} +
{currentBook && ( <>