diff --git a/src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/(specific-organization-pages)/@sidebar/default.tsx b/src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/(specific-organization-pages)/@sidebar/default.tsx index dd3cf001..77670a16 100644 --- a/src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/(specific-organization-pages)/@sidebar/default.tsx +++ b/src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/(specific-organization-pages)/@sidebar/default.tsx @@ -22,7 +22,7 @@ async function OrganizationSidebarInternal({
diff --git a/src/components/NavigationMenu/UserNav/UserNav.tsx b/src/components/NavigationMenu/UserNav/UserNav.tsx index f1e115b3..dd8ac824 100644 --- a/src/components/NavigationMenu/UserNav/UserNav.tsx +++ b/src/components/NavigationMenu/UserNav/UserNav.tsx @@ -1,3 +1,4 @@ +import { AppAdminSidebarLink } from '@/components/AppAdminSidebarLink'; import { Notifications } from '@/components/NavigationMenu/Notifications'; import { ThemeToggle } from '@/components/ThemeToggle'; import { getUserProfile } from '@/data/user/user'; @@ -31,7 +32,7 @@ export async function UserNav() { appAdminSidebarLink={
- {/* */} + } /> diff --git a/src/components/NavigationMenu/UserNav/UserNavPopover.tsx b/src/components/NavigationMenu/UserNav/UserNavPopover.tsx index a624c575..91236048 100644 --- a/src/components/NavigationMenu/UserNav/UserNavPopover.tsx +++ b/src/components/NavigationMenu/UserNav/UserNavPopover.tsx @@ -46,7 +46,7 @@ export const UserNavPopover = ({ />
- + +
-
+
-
+
{userFullName}
@@ -50,17 +51,19 @@ export function UserSidebarMenu({
-
- - Account settings - - {/* +
+ + + Account settings + + {/* Developer Settings */} - - Security Settings - + + Security Settings + - {/* {appAdminSidebarLink} */} -
- {/* + {/* {appAdminSidebarLink} */} + {/*
*/} - {/*
*/} - - - Log out - + {/*
*/} + +
+ +
+ + + Log out + +
+
); }