From 83f11073fedcca202639417a9221816976467906 Mon Sep 17 00:00:00 2001 From: EENE Dashboard Date: Fri, 5 Jun 2026 10:01:51 +0900 Subject: [PATCH] style: match planning hub header text and scale Co-authored-by: Cursor --- .../components/dashboard/DashboardHeader.tsx | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/dashboard/DashboardHeader.tsx b/frontend/src/components/dashboard/DashboardHeader.tsx index 41fee61..f7428bb 100644 --- a/frontend/src/components/dashboard/DashboardHeader.tsx +++ b/frontend/src/components/dashboard/DashboardHeader.tsx @@ -19,19 +19,22 @@ export function DashboardHeader({ quarter, stats, activeStatus, onStatusChange, const quarterLabel = quarter.replace(/^(\d{4})-Q(\d)$/, '$1 $2분기 업무'); return ( -
-
-
+
+
+
+
-
- People Growth Hub - +
+ + 총괄기획실 | Poeple Growth Hub + + 👥 - {quarterLabel} - + {quarterLabel} + -
+
@@ -40,18 +43,18 @@ export function DashboardHeader({ quarter, stats, activeStatus, onStatusChange,
-
+
@@ -75,7 +78,7 @@ function StatPill({ label, value, statusKey, activeStatus, onClick, accent }: St return (