Users can now upload an avatar from Profile settings.
This commit is contained in:
@@ -199,7 +199,7 @@ export function AppHeader({ breadcrumbs = [] }: Props) {
|
||||
>
|
||||
<Avatar className="size-8 overflow-hidden rounded-full">
|
||||
<AvatarImage
|
||||
src={auth.user?.avatar}
|
||||
src={auth.user?.avatar ?? undefined}
|
||||
alt={auth.user?.name}
|
||||
/>
|
||||
<AvatarFallback className="rounded-md bg-secondary text-secondary-foreground">
|
||||
|
||||
Reference in New Issue
Block a user