We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa07e9 commit 46f537eCopy full SHA for 46f537e
resources/js/components/AppHeader.vue
@@ -161,8 +161,8 @@ const rightNavItems: NavItem[] = [
161
<DropdownMenu>
162
<DropdownMenuTrigger :as-child="true">
163
<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" />
+ <span>
+ <img v-if="auth.user?.avatar" :src="auth.user.avatar" :alt="auth.user.name" class="h-8 w-8 rounded-lg" />
166
<span
167
v-else
168
class="flex h-7 w-7 items-center justify-center rounded-md bg-primary/10 text-sm font-medium text-primary"
0 commit comments