diff --git a/components/atoms/Tooltip/tooltip.tsx b/components/atoms/Tooltip/tooltip.tsx index f7631a9775..1505e4bf01 100644 --- a/components/atoms/Tooltip/tooltip.tsx +++ b/components/atoms/Tooltip/tooltip.tsx @@ -14,7 +14,7 @@ const Tooltip = ({ children, content, className, direction }: TooltipProps): JSX const { Portal, Root, Content, Trigger, Arrow } = TooltipPrimitive; return ( - +
{children}
diff --git a/components/molecules/MostActiveContributorsCard/most-active-contributors-card.tsx b/components/molecules/MostActiveContributorsCard/most-active-contributors-card.tsx index c164142f77..36aff4d71d 100644 --- a/components/molecules/MostActiveContributorsCard/most-active-contributors-card.tsx +++ b/components/molecules/MostActiveContributorsCard/most-active-contributors-card.tsx @@ -215,7 +215,7 @@ function RowTooltip({ }) { const labels = Object.keys(dataLabels); return ( - + {children}