chromatic
Version:
Automate visual testing across browsers. Gather UI feedback. Versioned documentation.
13 lines (10 loc) • 389 B
JavaScript
import chalk from 'chalk';
import dedent from 'ts-dedent';
import { warning } from '../../components/icons';
import link from '../../components/link';
export default ({ billingUrl }) =>
dedent(chalk`
${warning} {bold Snapshot quota reached}
This build is limited because your account is out of snapshots for the month.
Visit ${link(billingUrl)} to upgrade your plan.
`);