Skip to content

Commit 24daa33

Browse files
committed
fix: formatting of addons in cli
1 parent 401b4e9 commit 24daa33

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/seven-impalas-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"webtools-cli": patch
3+
---
4+
5+
fix: formatting of premium addons

packages/cli/src/commands/subcommands/license-setup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export async function licenseSetup() {
77
console.log('Start your free trial and get:');
88
console.log('✨ 7 days of access to the Essential plan, which includes:');
99
console.log('✅ Automated Redirects');
10-
console.log('✅ Internal Links\n');
11-
console.log('✅ Breadcrumbs\n');
10+
console.log('✅ Internal Links');
11+
console.log('✅ Breadcrumbs');
1212
console.log('✅ Unlimited sitemaps\n');
1313

1414
const selectedPlan = await select({

0 commit comments

Comments
 (0)