We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c6804 commit 9821f58Copy full SHA for 9821f58
1 file changed
src/frontend/platform/src/layout/MainLayout.tsx
@@ -137,7 +137,7 @@ export default function MainLayout() {
137
<ApplicationIcon className="h-6 w-6 my-[12px]" /><span className="mx-[14px] max-w-[48px] text-[14px] leading-[48px]">{t('menu.app')}</span>
138
</NavLink> */}
139
{
140
- isAdmin && <>
+ isMenu('board') && <>
141
<NavLink to='/dashboard ' className={`navlink inline-flex rounded-lg w-full px-6 hover:bg-nav-hover h-12 mb-[3.5px]`}>
142
<DashboardIcon className="h-6 w-6 my-[12px]" /><span className="mx-[14px] max-w-[48px] text-[14px] leading-[48px]">{t('menu.dashboard')}</span>
143
</NavLink>
0 commit comments