From 8d474ef03165abb3030cd8b0ed1c7d03c44ecefa Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sun, 16 Jan 2022 02:14:21 -0500 Subject: [PATCH] Switch to outlined icon --- web/components/info-tooltip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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