From cbf1555668fd42be23f3d307601f5bc863bbe448 Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Sun, 28 Sep 2025 15:08:49 -0400 Subject: [PATCH] Fix back navigation - The Bible button now does full page reload to clear state - Button click now uses window.location.href instead of navigate() - Forces full reload with clean URL to version selection page - Solves browser back button navigation issues - Consistent state management across all navigation scenarios --- frontend/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f5abcf51..f7c3902c 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -401,8 +401,8 @@ function App() {