diff --git a/frontend/src/components/dashboard/DashboardHeader.tsx b/frontend/src/components/dashboard/DashboardHeader.tsx index cdd8b81..fb48629 100644 --- a/frontend/src/components/dashboard/DashboardHeader.tsx +++ b/frontend/src/components/dashboard/DashboardHeader.tsx @@ -19,43 +19,49 @@ export function DashboardHeader({ quarter, stats, activeStatus, onStatusChange, const quarterLabel = quarter.replace(/^(\d{4})-Q(\d)$/, '$1 $2분기 업무'); return ( -
-
-
+
+
+
{/* 좌측 타이틀 */} -
- +
+ 총괄기획실 | Poeple Growth Hub - +
{/* 중앙 상태 캡슐 */} -
- {quarterLabel} - +
+ {quarterLabel} + · + +
-
+
@@ -79,14 +85,19 @@ function StatPill({ label, value, statusKey, activeStatus, onClick, accent }: St return ( ); } + +function StatDivider() { + return
; +}