feat: update onboard ASCII art to seafood shack lobster theme
This commit is contained in:
@@ -54,11 +54,12 @@ export function randomToken(): string {
|
|||||||
|
|
||||||
export function printWizardHeader(runtime: RuntimeEnv) {
|
export function printWizardHeader(runtime: RuntimeEnv) {
|
||||||
const header = [
|
const header = [
|
||||||
"##### # ### # # #### ##### ####",
|
"░████░█░░░░░█████░█░░░█░███░░████░░████░░▀█▀",
|
||||||
"# # # # # # # # # # ",
|
"█░░░░░█░░░░░█░░░█░█░█░█░█░░█░█░░░█░█░░░█░░█░",
|
||||||
"# # ##### # # # # # # ### ",
|
"█░░░░░█░░░░░█████░█░█░█░█░░█░████░░█░░░█░░█░",
|
||||||
"# # # # ## ## # # # #",
|
"█░░░░░█░░░░░█░░░█░█░█░█░█░░█░█░░█░░█░░░█░░█░",
|
||||||
"##### ##### # # # # #### ##### #### ",
|
"░████░█████░█░░░█░░█░█░░███░░████░░░███░░░█░",
|
||||||
|
" 🦞 FRESH DAILY 🦞",
|
||||||
].join("\n");
|
].join("\n");
|
||||||
runtime.log(header);
|
runtime.log(header);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user