Skip to content

Commit

Permalink
Style link in sentinel file error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed Oct 17, 2024
1 parent 8768fa4 commit f4d4a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node-src/ui/messages/errors/sentinelFileErrors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ import chalk from 'chalk';
import { dedent } from 'ts-dedent';

import { error } from '../../components/icons';
import link from '../../components/link';

export default () =>
dedent(chalk`
${error} Failed to finalize upload. Please check https://status.chromatic.com/ or contact support.
${error} Failed to finalize upload. Please check ${link('https://status.chromatic.com/')} or contact support.
`);

0 comments on commit f4d4a94

Please sign in to comment.