From f1f227d41fd0066affa85895c3630bb36a683db8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 20 Jun 2021 20:45:50 +0100 Subject: [PATCH] :recycle: Fixed console formatting in welcome message, and increaes size of config modal a bit --- services/print-message.js | 2 +- src/components/Settings/ConfigLauncher.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/print-message.js b/services/print-message.js index e2823c2f..a33df99c 100644 --- a/services/print-message.js +++ b/services/print-message.js @@ -36,7 +36,7 @@ module.exports = (ip, port, isDocker) => { + `http://${ip}:${port}${chars.RESET}${blanks(18 - ip.length)}${chars.GREEN}┃${chars.BR}` + `┃ ${chars.CYAN}After updating your config file, run '${chars.BRIGHT}yarn build` + `${chars.RESET}${chars.CYAN}' to rebuild the app${blanks(6)}${chars.GREEN}┃${chars.BR}` - + `┗${line(75)}┛${chars.BR}${chars.BR}`; + + `┗${line(75)}┛${chars.BR}${chars.BR}${chars.RESET}`; } return msg; }; diff --git a/src/components/Settings/ConfigLauncher.vue b/src/components/Settings/ConfigLauncher.vue index ab50466b..241e32ea 100644 --- a/src/components/Settings/ConfigLauncher.vue +++ b/src/components/Settings/ConfigLauncher.vue @@ -10,7 +10,7 @@ -