diff --git a/src/compose_farm/cli/web.py b/src/compose_farm/cli/web.py index 4b12d86..84a66cc 100644 --- a/src/compose_farm/cli/web.py +++ b/src/compose_farm/cli/web.py @@ -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") diff --git a/tests/test_cli_web.py b/tests/test_cli_web.py index dfef909..4153014 100644 --- a/tests/test_cli_web.py +++ b/tests/test_cli_web.py @@ -19,7 +19,7 @@ def test_compose_farm_banner_is_aligned() -> None: " .-' _ '-.\n" " / |_| \\\n" " /-------------\\\n" - " / [] [] [] \\\n" + " / [] [] [] \\\n" " /_________________\\\n" " | COMPOSE FARM |\n" " |_________________|"