feat: my team page
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
Settings,
|
||||
Building2,
|
||||
ChevronDown,
|
||||
Users,
|
||||
} from "lucide-react";
|
||||
import {
|
||||
DropdownMenu,
|
||||
@@ -63,6 +64,11 @@ export function Navigation({ userInfo }: NavigationProps = {}) {
|
||||
label: "Évaluation",
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
href: "/team",
|
||||
label: "Mon équipe",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
href: "/admin",
|
||||
label: "Administration",
|
||||
|
||||
Reference in New Issue
Block a user