mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Fix trailing whitespace in SVG generation script
This commit is contained in:
parent
999eb86d7a
commit
a417e6e644
1 changed files with 8 additions and 8 deletions
|
@ -156,7 +156,7 @@ def generate_celebration_svg(output_path=None, width=DEFAULT_WIDTH, height=DEFAU
|
|||
|
||||
<!-- Main content -->
|
||||
<text x="{width/2}" y="{height/2 - 100}" class="aider-logo">aider</text>
|
||||
<text x="{width/2}" y="{height/2 + 20}" class="stars-text">30,000 STARS</text>
|
||||
<text x="{width/2}" y="{height/2 + 20}" class="stars-text">30,000 GitHub stars!</text>
|
||||
<text x="{width/2}" y="{height/2 + 100}" class="tagline">Thank you to our amazing community!</text>
|
||||
<text x="{width/2}" y="{height - 50}" class="footer">github.com/Aider-AI/aider</text>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue