feat: update bottom navigation to support tablet view in mobile layout
This commit is contained in:
@@ -1299,8 +1299,8 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Mobile Bottom Navigation */}
|
{/* Bottom Navigation - mobile and tablet */}
|
||||||
{isMobile && activeView !== "viewer" && (
|
{(isMobile || isTablet) && activeView !== "viewer" && (
|
||||||
<NavigationRail orientation="horizontal" />
|
<NavigationRail orientation="horizontal" />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user