Start updating deps

This commit is contained in:
Lee Robinson 2023-11-26 12:07:13 -06:00
parent beeaf86fe8
commit f261a0eebe
10 changed files with 28 additions and 30 deletions

View file

@ -34,7 +34,8 @@ export function UserMenu({ user }: UserMenuProps) {
className="w-6 h-6 transition-opacity duration-300 rounded-full select-none ring-1 ring-zinc-100/10 hover:opacity-80"
src={user?.image ? `${user.image}&s=60` : ''}
alt={user.name ?? 'Avatar'}
height={48} width={48}
height={48}
width={48}
/>
) : (
<div className="flex items-center justify-center text-xs font-medium uppercase rounded-full select-none h-7 w-7 shrink-0 bg-muted/50 text-muted-foreground">