Switch to outlined icon

This commit is contained in:
Austin Chen 2022-01-16 02:14:21 -05:00
parent 6e92e3fba1
commit 8d474ef031

View File

@ -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