mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 20:55:19 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user