Show "Download" page only on desktop in nav bar

This commit is contained in:
schroda
2025-03-09 15:50:04 +01:00
parent 6afc9f22b6
commit df719df666

View File

@@ -63,7 +63,7 @@ const navbarItems: Array<NavbarItem> = [
title: 'download.title',
SelectedIconComponent: GetAppIcon,
IconComponent: GetAppOutlinedIcon,
show: 'both',
show: 'desktop',
},
{
path: AppRoutes.more.path,