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 (