diff --git a/src/components/layout/top-bar.tsx b/src/components/layout/top-bar.tsx index 24952da..89bc4bf 100644 --- a/src/components/layout/top-bar.tsx +++ b/src/components/layout/top-bar.tsx @@ -21,6 +21,7 @@ import { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, + DropdownMenuGroup, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuLabel, @@ -122,26 +123,28 @@ export function TopBar() { - -
- - {profile.avatarUrl && } - - {initials || } - - -
-

- {profile.displayName || "Set up profile"} -

- {profile.email && ( -

- {profile.email} + + +

+ + {profile.avatarUrl && } + + {initials || } + + +
+

+ {profile.displayName || "Set up profile"}

- )} + {profile.email && ( +

+ {profile.email} +

+ )} +
-
- + + }>