From fa345f23fd1299e1640e2009dbc3226a89f9a442 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 19 Jan 2026 09:30:34 +0000 Subject: [PATCH] fix: restore PWA install button visibility --- src/components/Layout/TopBarNew.jsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/components/Layout/TopBarNew.jsx b/src/components/Layout/TopBarNew.jsx index 0486011..f8934b1 100644 --- a/src/components/Layout/TopBarNew.jsx +++ b/src/components/Layout/TopBarNew.jsx @@ -543,16 +543,14 @@ export default function TopBarNew({ theme = "dark", onChangeTheme, onIslandsClic onClick={() => authenticated && onUserIsland?.(username)} /> - {/* PWA Install - hide on very small screens */} + {/* PWA Install */} {showInstallBtn && ( -
- promptInstall()} - title={t('topbar.installApp')} - /> -
+ promptInstall()} + title={t('topbar.installApp')} + /> )} {/* Theme - mobile only */}