diff --git a/src/components/layout/header/AvatarMenu.tsx b/src/components/layout/header/AvatarMenu.tsx index 75b7e175b..0ee06a83b 100644 --- a/src/components/layout/header/AvatarMenu.tsx +++ b/src/components/layout/header/AvatarMenu.tsx @@ -2,12 +2,13 @@ import { Avatar, Badge, Menu, UnstyledButton, useMantineTheme } from '@mantine/c import { useDisclosure } from '@mantine/hooks'; import { IconDashboard, + IconHomeShare, IconInfoCircle, IconLogin, IconLogout, IconMoonStars, IconSun, - IconUserCog, + IconUserCog } from '@tabler/icons-react'; import { useQuery } from '@tanstack/react-query'; import { User } from 'next-auth'; @@ -51,6 +52,9 @@ export const AvatarMenu = () => { }> Default Dashboard + }> + Manage + )}