zugzbot 1.0.32 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -508,12 +508,10 @@ const PluginTuiSidebar: TuiPlugin = async (api) => {
|
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
const logoLines = [
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
" ███╔╝
|
|
514
|
-
"
|
|
515
|
-
"███████╗╚██████╔╝╚██████╔╝███████╗",
|
|
516
|
-
"╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝"
|
|
511
|
+
" ██████╗ ██╗ ██╗ ██████╗ ███████╗",
|
|
512
|
+
"╚══███╔╝ ██║ ██║██╔════╝ ╚══███╔╝",
|
|
513
|
+
" ███╔╝ ██║ ██║██║ ███╗ ███╔╝ ",
|
|
514
|
+
"███████╗ ╚██████╔╝╚██████╔╝███████╗"
|
|
517
515
|
]
|
|
518
516
|
|
|
519
517
|
updateSessionIds()
|