From f298a8e1a2bba0cc26d610a6ffcffda55feb7ac9 Mon Sep 17 00:00:00 2001 From: iven Date: Thu, 9 Apr 2026 08:47:34 +0800 Subject: [PATCH] fix(ui): remove duplicate 'Z' from TopBar header The TopBar had a gradient badge with 'Z' letter followed by the title 'ZCLAW', creating visual 'ZZCLAW'. Replaced badge with a solid gradient square as a brand indicator without the duplicate letter. --- desktop/src/components/TopBar.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/desktop/src/components/TopBar.tsx b/desktop/src/components/TopBar.tsx index 3ad6551..f0e8022 100644 --- a/desktop/src/components/TopBar.tsx +++ b/desktop/src/components/TopBar.tsx @@ -18,9 +18,7 @@ export function TopBar({
{/* 左侧标题 */}
-
- Z -
+
{title} {subtitle && (