diff --git a/components/Shell.tsx b/components/Shell.tsx index e1792040..1cf38688 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -328,15 +328,14 @@ function UserDropdown({ small }: { small?: boolean }) { return ( -
- +
+ + + {!small && ( - <> - + + {user?.username || "Nameless User"} @@ -348,7 +347,7 @@ function UserDropdown({ small }: { small?: boolean }) { className="flex-shrink-0 w-5 h-5 text-gray-400 group-hover:text-gray-500" aria-hidden="true" /> - + )}