diff --git a/web/components/info-tooltip.tsx b/web/components/info-tooltip.tsx index 1c12d8e2..b2e8e917 100644 --- a/web/components/info-tooltip.tsx +++ b/web/components/info-tooltip.tsx @@ -4,8 +4,8 @@ import { Tooltip } from './tooltip' export function InfoTooltip(props: { text: string }) { const { text } = props return ( - - + + ) }