diff --git a/src/puter-js/src/index.js b/src/puter-js/src/index.js index 354ded453..7b27f4190 100644 --- a/src/puter-js/src/index.js +++ b/src/puter-js/src/index.js @@ -891,11 +891,11 @@ const puterInit = (function () { if ( this.quiet || globalThis.PUTER_QUIET ) return; console.log( '%c' + - ' ____ _ _ _____ _____ ____ _ ____\n' + - '| _ \\| | | |_ _| ____| _ \\ | / ___|\n' + - '| |_) | | | | | | | _| | |_) | | \\___ \\\n' + - '| __/| |_| | | | | |___| _ < _ | |___) |\n' + - '|_| \\___/ |_| |_____|_| \\_(_)_|____/', + ' ____ _ _ _____ _____ ____ _ ____ \n' + + '| _ \\| | | |_ _| ____| _ \\ | / ___| \n' + + '| |_) | | | | | | | _| | |_) | _ | \\___ \\ \n' + + '| __/| |_| | | | | |___| _ < | |_| |___) |\n' + + '|_| \\___/ |_| |_____|_| \\_(_)___/|____/ ', 'color: #000fd8; font-weight: bold; font-size: 14px; font-family: monospace;' ); console.log(