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 cdbf382 commit c283f2dCopy full SHA for c283f2d
resources/js/components/AppHeader.vue
@@ -161,11 +161,11 @@ 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"
+ v-else
169
>
170
{{ getInitials(auth.user?.name) }}
171
</span>
0 commit comments