From a723cafbc7de84b1b01e5f99d31d8c12ea78f8cd Mon Sep 17 00:00:00 2001 From: 0xbigtang <199186358+0xbigtang@users.noreply.github.com> Date: Fri, 7 Nov 2025 22:52:03 +0800 Subject: [PATCH] fix: admin logout button visibility (#650) --- web/src/components/landing/HeaderBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/landing/HeaderBar.tsx b/web/src/components/landing/HeaderBar.tsx index 7cf4fb19..18c658c8 100644 --- a/web/src/components/landing/HeaderBar.tsx +++ b/web/src/components/landing/HeaderBar.tsx @@ -445,7 +445,7 @@ export default function HeaderBar({ {user.email} - {!isAdminMode && onLogout && ( + {onLogout && (