cli: Tweak web banner spacing

This commit is contained in:
Bas Nijholt
2026-06-30 20:19:48 -07:00
parent 5c21cf7c61
commit bc80e0199c
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ def _compose_farm_banner() -> Text:
banner.append("[]", style=windows)
banner.append(" ", style=structure)
banner.append("[]", style=windows)
banner.append(" \\\n", style=structure)
banner.append(" \\\n", style=structure)
banner.append(" /_________________\\\n", style=structure)
banner.append(" | ", style=structure)
banner.append("COMPOSE FARM", style="bold green")

View File

@@ -19,7 +19,7 @@ def test_compose_farm_banner_is_aligned() -> None:
" .-' _ '-.\n"
" / |_| \\\n"
" /-------------\\\n"
" / [] [] [] \\\n"
" / [] [] [] \\\n"
" /_________________\\\n"
" | COMPOSE FARM |\n"
" |_________________|"