diff --git a/web/components/info-tooltip.tsx b/web/components/info-tooltip.tsx index e6d9430a..0eabffed 100644 --- a/web/components/info-tooltip.tsx +++ b/web/components/info-tooltip.tsx @@ -1,4 +1,4 @@ -import { InformationCircleIcon } from '@heroicons/react/solid' +import { InformationCircleIcon } from '@heroicons/react/outline' export function InfoTooltip(props: { text: string }) { const { text } = props