Breakdown report.
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
Logo,
|
||||
Grid2X2,
|
||||
Settings,
|
||||
LockKeyhole,
|
||||
} from '@/components/icons';
|
||||
import { useMessages, useNavigation, useGlobalState } from '@/components/hooks';
|
||||
|
||||
@@ -41,6 +42,11 @@ export function SideNav(props: any) {
|
||||
href: renderTeamUrl('/settings'),
|
||||
icon: <Settings />,
|
||||
},
|
||||
{
|
||||
label: formatMessage(labels.admin),
|
||||
href: renderTeamUrl('/admin'),
|
||||
icon: <LockKeyhole />,
|
||||
},
|
||||
].filter(n => n);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user