Skip to content

Commit 46f537e

Browse files
committed
fix header avatar
1 parent afa07e9 commit 46f537e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/components/AppHeader.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ const rightNavItems: NavItem[] = [
161161
<DropdownMenu>
162162
<DropdownMenuTrigger :as-child="true">
163163
<Button variant="ghost" size="icon" class="relative h-9 w-auto rounded-md px-1">
164-
<span
165-
><img v-if="auth.user?.avatar" :src="auth.user.avatar" :alt="auth.user.name" class="rounded-full" />
164+
<span>
165+
<img v-if="auth.user?.avatar" :src="auth.user.avatar" :alt="auth.user.name" class="h-8 w-8 rounded-lg" />
166166
<span
167167
v-else
168168
class="flex h-7 w-7 items-center justify-center rounded-md bg-primary/10 text-sm font-medium text-primary"

0 commit comments

Comments
 (0)