From 61459c49234f1b19eeae7db2e896786c49e78e6d Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:13:19 +0100 Subject: [PATCH] feat: update bottom navigation to support tablet view in mobile layout --- app/[locale]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index bec93162..c2656b50 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -1299,8 +1299,8 @@ export default function Home() { - {/* Mobile Bottom Navigation */} - {isMobile && activeView !== "viewer" && ( + {/* Bottom Navigation - mobile and tablet */} + {(isMobile || isTablet) && activeView !== "viewer" && ( )}