From 233e8efd6272e0186a64ebc59fd026b7b18e9639 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:53:15 +0000 Subject: [PATCH] Fix: Correct avatar display in header --- src/components/auth/AuthButtons.tsx | 11 +++++++++-- src/components/ui/avatar.tsx | 2 +- src/hooks/useAuth.tsx | 6 ++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/auth/AuthButtons.tsx b/src/components/auth/AuthButtons.tsx index ff5d1d79..1e99568f 100644 --- a/src/components/auth/AuthButtons.tsx +++ b/src/components/auth/AuthButtons.tsx @@ -87,8 +87,15 @@ export function AuthButtons() {