import { ExclamationIcon } from '@heroicons/react/solid' import { Col } from './layout/col' import { Row } from './layout/row' import { Linkify } from './linkify' export function AlertBox(props: { title: string; text: string }) { const { title, text } = props return (