From f094cb8dae22771c541199181ae9ee54efc9f141 Mon Sep 17 00:00:00 2001 From: Heidi Date: Sat, 16 May 2026 11:11:03 +0100 Subject: [PATCH] fix --- src/App.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 7469c18..5c46efc 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1043,11 +1043,12 @@ function AppContent() { : route.page === 'viewers' ? '/viewers' : window.location.pathname + const shouldShowFloatingNav = route.page !== 'home' || showFloatingNav return (