From 4d2ad5757ca21921c65af825ebe38faf32cb0e8a Mon Sep 17 00:00:00 2001 From: zhaoying Date: Tue, 24 Mar 2026 11:20:35 +0800 Subject: [PATCH] feat(web): ui update --- web/src/components/Layout/PageHeader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/Layout/PageHeader.tsx b/web/src/components/Layout/PageHeader.tsx index b582f7a7..ddc420fd 100644 --- a/web/src/components/Layout/PageHeader.tsx +++ b/web/src/components/Layout/PageHeader.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2026-02-10 11:08:27 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-03-20 11:47:43 + * @Last Modified time: 2026-03-24 11:19:48 */ /* * PageHeader Component @@ -43,7 +43,7 @@ const PageHeader: FC = ({ }) => { return ( // Main header container: full width, 64px height, flex layout with space between -
+
{avatarUrl ? {avatarUrl}