Skip to content

Commit 1445a24

Browse files
committed
feat: update AsciiLogo
1 parent 494e6a0 commit 1445a24

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/cli/src/ui/ascii-art.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const AsciiLogo = [
2-
"██████ ████████████████████ ██████ ██████ ██████ ███████",
3-
"██╔══██╗██╔════╝██╔════╝██╔══██╗ ██╔════╝██╔═══██╗██╔══██╗██╔════╝",
4-
"██ ███████ █████ ██████╔╝ ██ ██ ██║██║ ███████",
5-
"██ ██║██╔══╝ ██╔══╝ ██╔═══╝ ██ ██ ██║██║ ██║██╔══╝",
6-
"██████╔╝██████████████╗██║ ██████╗╚██████╔╝██████╔╝███████",
7-
"╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝",
2+
"██████ ████████████████████ ██████ ██████ ██████ ███████",
3+
"██╭──██╮██╭────╯██╭────╯██╭──██╮ ██╭────╯██╭───██╮██╭──██╮██╭────╯",
4+
"██ ███████ █████ ██████╭╯ ██ ██ ██│██│ ███████",
5+
"██ ██│██╭──╯ ██╭──╯ ██╭───╯ ██ ██ ██│██│ ██│██╭──╯",
6+
"██████╭╯██████████████╮██│ ██████╮╰██████╭╯██████╭╯███████",
7+
"╰─────╯ ╰──────╯╰──────╯╰─╯ ╰─────╯ ╰─────╯ ╰─────╯ ╰──────╯",
88
].join("\n");

0 commit comments

Comments
 (0)