Skip to content

Commit

Permalink
⚡ Better spacing in print-message service
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Apr 13, 2024
1 parent 4ea77a1 commit bbb9ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/print-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = (ip, port, isDocker) => {
} else {
// Prepare message for users running app on bare metal
msg = `${chars.GREEN}${line(75)}${chars.BR}`
+ `┃ ${chars.CYAN}Welcome to Dashy! 🚀${blanks(55)}${chars.GREEN}${chars.BR}`
+ `┃ ${chars.CYAN}Welcome to Dashy! 🚀${blanks(54)}${chars.GREEN}${chars.BR}`
+ `┃ ${chars.CYAN}Your new dashboard is now up and running at ${chars.BRIGHT}`
+ `http://${ip}:${port}${chars.RESET}${blanks(18 - ip.length)}${chars.GREEN}${chars.BR}`
+ `┗${line(75)}${chars.BR}${chars.BR}${chars.RESET}`;
Expand Down

0 comments on commit bbb9ce7

Please sign in to comment.