@@ -50,6 +50,7 @@ export function BackofficeLayout() {
|
||||
<HStack spacing={1} display={{ base: 'none', md: 'flex' }}>
|
||||
{(isAdmin || (isClient && !isPremium)) && <NavItem to="/app/leads">Leads</NavItem>}
|
||||
{isClient && <NavItem to="/app/subscription">Abonnement</NavItem>}
|
||||
{isAdmin || isClient && <NavItem to="/app/profile">Profile</NavItem>}
|
||||
{isAdmin && <NavItem to="/app/messages">Messages</NavItem>}
|
||||
{isAdmin && <NavItem to="/app/demos">Démos</NavItem>}
|
||||
{isAdmin && <NavItem to="/app/codes">Codes</NavItem>}
|
||||
@@ -110,6 +111,11 @@ export function BackofficeLayout() {
|
||||
Codes
|
||||
</NavItem>
|
||||
)}
|
||||
{isAdmin || isClient && (
|
||||
<NavItem to="/app/profile" onClick={onClose} mobile>
|
||||
Profile
|
||||
</NavItem>
|
||||
)}
|
||||
</Stack>
|
||||
|
||||
<Divider my={6} />
|
||||
|
||||
Reference in New Issue
Block a user