From 306151db651466cb6cc1ac82d9f8085a563e9380 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 5 Aug 2023 12:35:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20link=20to=20manage=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/header/AvatarMenu.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + )}