fix(cli): restore brand integrity of CLI wordmark (#10912)

This commit is contained in:
Tito
2026-01-28 16:24:02 +13:00
committed by GitHub
parent ffb6c6413d
commit fb75926cda
3 changed files with 54 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
export const logo = {
left: [" ", "█▀▀█ █▀▀█ █▀▀█ █▀▀▄", "█__█ █__█ █^^^ █__█", "▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀~~▀"],
right: [" ▄ ", "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", "█___ █__█ █__█ █^^^", "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"],
}
export const marks = "_^~"