From 04cd135295f4d109e1f4741b6458bc964114eaad Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 5 Jul 2023 15:46:47 +0500 Subject: [PATCH] web: nav menu should be narrow on tablet --- apps/web/src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app.tsx b/apps/web/src/app.tsx index a182fce1b..c05637919 100644 --- a/apps/web/src/app.tsx +++ b/apps/web/src/app.tsx @@ -167,7 +167,7 @@ function DesktopAppContents({ toggleNavigationContainer={(state) => { setShow(state || !show); }} - isTablet={isNarrow} + isTablet={isTablet || isNarrow} />