From 6a819d31b678058dc10f499ac1c0a3e8ccd9ec22 Mon Sep 17 00:00:00 2001 From: 0xbigtang <199186358+0xbigtang@users.noreply.github.com> Date: Fri, 7 Nov 2025 01:26:58 +0800 Subject: [PATCH] fix: admin logout button visibility --- 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 7cf4fb193..18c658c80 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 && (