refactor: update team stats component usage in DirectionOverview

- Replaced TeamStatsCard with TeamStatsRow for better alignment with new design.
- Updated comments and layout structure to reflect the change from grid to list format.
- Ensured proper export of TeamStatsRow in team-detail index for consistency.
This commit is contained in:
Julien Froidefond
2025-08-22 13:48:33 +02:00
parent ad89eedd9d
commit 8974a9b579
3 changed files with 217 additions and 5 deletions

View File

@@ -10,3 +10,4 @@ export { TeamInsightsTab } from "./team-insights-tab";
export { TeamMemberModal } from "./team-member-modal";
export { TeamMetricsCards } from "./team-metrics-cards";
export { TeamStatsCard } from "./team-stats-card";
export { TeamStatsRow } from "./team-stats-row";