Add preferences page to navbar

This commit is contained in:
Manuel
2023-07-30 15:33:43 +02:00
parent 8e5af7f05c
commit 9de710bfd8
3 changed files with 25 additions and 11 deletions

View File

@@ -30,6 +30,7 @@ import {
IconLogout,
IconMailForward,
IconQuestionMark,
IconSettings2,
IconSun,
IconUser,
IconUserSearch,
@@ -94,6 +95,14 @@ export const MainLayout = ({ children }: MainLayoutProps) => {
href="/manage/users/invites"
/>
</NavLink>
<NavLink
label="Preferences"
icon={
<ThemeIcon size="md" variant="light" color="red">
<IconSettings2 size="1rem" />
</ThemeIcon>
}
/>
<NavLink
label="Help"
icon={