UNPKG

chromatic

Version:

Automate visual testing across browsers. Gather UI feedback. Versioned documentation.

12 lines (9 loc) 308 B
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 Build limited} Visit ${link(billingUrl)} to verify your billing details. `);