Align tagline text under TORCH in ASCII logo

Added proper spacing (8 spaces) to align the tagline
'🔥 Don't just import it. Build it.' directly under the TORCH letters.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vijay Janapa Reddi
2025-11-29 11:59:39 -05:00
parent df0ece034e
commit 22908bd4d6

View File

@@ -102,8 +102,8 @@ def print_ascii_logo(compact: bool = False):
logo_text.append(line, style=TORCH_COLOR)
logo_text.append("\n")
# Add tagline
logo_text.append("\n🔥 Don't just import it. Build it.", style="orange1")
# Add tagline (aligned under TORCH)
logo_text.append("\n 🔥 Don't just import it. Build it.", style="orange1")
logo_text.append("\n")
# Combine logo and tagline