mirror of https://github.com/Lissy93/dashy.git
⚡ Removes background in console art
This commit is contained in:
parent
8dc63b7801
commit
12bd1c2141
|
@ -43,7 +43,7 @@ module.exports = (ip, port, isDocker) => {
|
|||
+ `┗${line(75)}┛${chars.BR}${chars.BR}${chars.RESET}`;
|
||||
}
|
||||
// Make some sexy ascii art ;)
|
||||
const ascii = `\x1b[40m${chars.CYAN}\n\n`
|
||||
const ascii = `${chars.CYAN}\n\n`
|
||||
+ ' ██████╗ █████╗ ███████╗██╗ ██╗██╗ ██╗\n'
|
||||
+ ' ██╔══██╗██╔══██╗██╔════╝██║ ██║╚██╗ ██╔╝\n'
|
||||
+ ' ██║ ██║███████║███████╗███████║ ╚████╔╝\n'
|
||||
|
|
Loading…
Reference in New Issue