diff --git a/src/components/ProfileSummary.tsx b/src/components/ProfileSummary.tsx index 095b6202..40627645 100644 --- a/src/components/ProfileSummary.tsx +++ b/src/components/ProfileSummary.tsx @@ -12,6 +12,7 @@ interface Props { icon: ReactElement; value: string | number; label: string; + tooltip?: string; }[]; children?: ReactElement; } @@ -48,7 +49,10 @@ export default function ProfileSummary({user, items}: Props) {