import { ExclamationIcon } from '@heroicons/react/solid' const ExploitNotification = () => { return (
Mango v3 suffered{' '} an exploit {' '} and is not functional.{' '} Follow us {' '} for updates.
) } export default ExploitNotification