From df719df666dfcce1ddf6992236543160ac25b8f3 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 9 Mar 2025 15:50:04 +0100 Subject: [PATCH] Show "Download" page only on desktop in nav bar --- src/modules/navigation-bar/components/DefaultNavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/navigation-bar/components/DefaultNavBar.tsx b/src/modules/navigation-bar/components/DefaultNavBar.tsx index 0ad4620b..002ee9a7 100644 --- a/src/modules/navigation-bar/components/DefaultNavBar.tsx +++ b/src/modules/navigation-bar/components/DefaultNavBar.tsx @@ -63,7 +63,7 @@ const navbarItems: Array = [ title: 'download.title', SelectedIconComponent: GetAppIcon, IconComponent: GetAppOutlinedIcon, - show: 'both', + show: 'desktop', }, { path: AppRoutes.more.path,