Skip to content

Commit

Permalink
Align astronaut emoji with addresses in cli (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Mar 20, 2021
1 parent 8602f1c commit 5ae39be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-steaks-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'wmr': patch
---

Align astronaut emoji with addresses in startup message
2 changes: 1 addition & 1 deletion packages/wmr/src/lib/output-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function formatAddr(addr) {
* @returns {string}
*/
export function formatBootMessage(message, addresses) {
const intro = `\n👩‍🚀 ${kl.lightYellow('WMR')} ${message}\n`;
const intro = `\n 👩‍🚀 ${kl.lightYellow('WMR')} ${message}\n\n`;
const local = ` ${kl.dim('Local:')} ${formatAddr(addresses[0])}\n`;

let network = '';
Expand Down

0 comments on commit 5ae39be

Please sign in to comment.