import { Box } from '@chakra-ui/react' import { t } from 'utils/i18n' export const VercelCallout = () => ( {t('component.vercel-callout.deployed-by')}{' '} {' '} Vercel )