Skip to content

Commit

Permalink
fix: update c spell comment
Browse files Browse the repository at this point in the history
  • Loading branch information
djabarovgeorge committed May 7, 2024
1 parent 6da22e3 commit 445e9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli-next/src/start-studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import open from 'open';
export const showWelcomeScreen = (): void => {
const textGradient = gradient('#0099F7', '#ff3432');
const logoGradient = gradient('#DD2476', '#FF512F');
/* spell-checker:disable */
// cSpell:disable
const logo = `
εεεεεεεεεεεεε
εεε εεεεεεεεεεε
Expand All @@ -27,7 +27,7 @@ export const showWelcomeScreen = (): void => {
εεεεεεεεεεε εεε
εεεεεεεεεεεεε
`;
/* spell-checker:enable */
// cSpell:enable

const items = logo.split('\n').map((row) => logoGradient(row));

Expand Down

0 comments on commit 445e9bb

Please sign in to comment.