diff --git a/frontend/src/components/ContributorDashboard.tsx b/frontend/src/components/ContributorDashboard.tsx index 1c5dd214..736c23f2 100644 --- a/frontend/src/components/ContributorDashboard.tsx +++ b/frontend/src/components/ContributorDashboard.tsx @@ -242,6 +242,7 @@ interface SummaryCardProps { icon: React.ReactNode; trend?: 'up' | 'down' | 'neutral'; trendValue?: string; + /** Explanatory tooltip shown on hover/focus. */ tooltip?: string; } @@ -281,7 +282,7 @@ function SummaryCard({ label, value, suffix, icon, trend, trendValue, tooltip }: