diff --git a/packages/tfcode/src/cli/logo.ts b/packages/tfcode/src/cli/logo.ts index 261120fa0..202071e85 100644 --- a/packages/tfcode/src/cli/logo.ts +++ b/packages/tfcode/src/cli/logo.ts @@ -1,6 +1,6 @@ export const logo = { - left: [" ", "█▀▀█ █▀▀█ █▀▀█ █▀▀▄", "█__█ █__█ █^^^ █__█", "▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀~~▀"], - right: [" ▄ ", "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", "█___ █__█ █__█ █^^^", "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"], + left: [" ", "▀▀▀▀ ▀▀▀▀", "_█__ █^^~", "_█__ █___"], + right: [" ", "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", " █___ █__█ █__█ █^^^", " ▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"], } -export const marks = "_^~" \ No newline at end of file +export const marks = "_^~"