Skip to content

Commit cfc58a1

Browse files
Tweak user menu in app-header
1 parent 77e31c9 commit cfc58a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/js/components/app-header.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,13 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
154154
</div>
155155
<DropdownMenu>
156156
<DropdownMenuTrigger asChild>
157-
<Button variant="ghost" className="h-9 px-1.5">
158-
<Avatar className="h-7 w-7 overflow-hidden rounded-lg">
157+
<Button variant="ghost" className="size-10 rounded-full p-1">
158+
<Avatar className="size-8 overflow-hidden rounded-full">
159159
<AvatarImage src={auth.user.avatar} alt={auth.user.name} />
160160
<AvatarFallback className="rounded-lg bg-neutral-200 text-black dark:bg-neutral-700 dark:text-white">
161161
{getInitials(auth.user.name)}
162162
</AvatarFallback>
163163
</Avatar>
164-
<ChevronDown className="hidden h-4 w-4 lg:block" />
165164
</Button>
166165
</DropdownMenuTrigger>
167166
<DropdownMenuContent className="w-56" align="end">

0 commit comments

Comments
 (0)