Skip to content

Commit cb5fb04

Browse files
Rusty-UXodacrem
authored andcommitted
update copy from/to spacing
1 parent 76b7f22 commit cb5fb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/store/src/prompts/copy_info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import {renderInfo} from '@shopify/cli-kit/node/ui'
33
export function renderCopyInfo(headline: string, from: string, to: string) {
44
renderInfo({
55
headline,
6-
body: [{subdued: 'From:'}, from, {subdued: '\nTo:'}, to],
6+
body: [{subdued: 'From:'}, from, {subdued: '\nTo: '}, to],
77
})
88
}

0 commit comments

Comments
 (0)