import clsx from 'clsx' import { InformationCircleIcon } from '@heroicons/react/solid' import { Linkify } from './linkify' export function InfoBox(props: { title: string text: string className?: string }) { const { title, text, className } = props return (