diff --git a/frontend/src/components/dashboard/DashboardHeader.tsx b/frontend/src/components/dashboard/DashboardHeader.tsx
index f39d6ba..b60fc99 100644
--- a/frontend/src/components/dashboard/DashboardHeader.tsx
+++ b/frontend/src/components/dashboard/DashboardHeader.tsx
@@ -58,13 +58,11 @@ export function DashboardHeader({
-
-
- {quarterLabel}
-
-
·
+
+
{quarterLabel}
+
|
{statItems.map((item, index) => (
-
+
{index > 0 && }
;
+ return ;
}
interface StatClickProps {
@@ -123,7 +121,7 @@ function StatClick({ label, value, statusKey, activeStatus, accent, issue, onCli