Fix ASCII banner alignment - remove extra leading space

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-04 16:53:42 -05:00
parent c551078c37
commit 05278ca55f
3 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ gum style \
--margin "1" \
--align center \
". * . . * . * . * . * ." \
" ___ _____ ___ ___ _ ___ ___ ___" \
" ___ _____ ___ ___ _ ___ ___ ___" \
" / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \
" \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \
" |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \
@@ -306,7 +306,7 @@ gum style \
--margin "1" \
--align center \
". * . . * . * . * . * ." \
" ___ _____ ___ ___ _ ___ ___ ___" \
" ___ _____ ___ ___ _ ___ ___ ___" \
" / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \
" \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \
" |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \