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" && ( )}