File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -154,14 +154,13 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
154
154
</ div >
155
155
< DropdownMenu >
156
156
< 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 " >
159
159
< AvatarImage src = { auth . user . avatar } alt = { auth . user . name } />
160
160
< AvatarFallback className = "rounded-lg bg-neutral-200 text-black dark:bg-neutral-700 dark:text-white" >
161
161
{ getInitials ( auth . user . name ) }
162
162
</ AvatarFallback >
163
163
</ Avatar >
164
- < ChevronDown className = "hidden h-4 w-4 lg:block" />
165
164
</ Button >
166
165
</ DropdownMenuTrigger >
167
166
< DropdownMenuContent className = "w-56" align = "end" >
You can’t perform that action at this time.
0 commit comments