Breakdown report.

This commit is contained in:
Mike Cao 2025-06-10 20:59:27 -07:00
parent 79ea9974b7
commit e3cc19638c
21 changed files with 495 additions and 456 deletions

View file

@ -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 (