Fix nixos_small logo (#421)

* [F] Fix nixos_small logo

* [F] Fix nixos_small logo missing line break

* [?] i was trying to fix a difference between the python version and the rust version what the hell dude
This commit is contained in:
Emi 2025-08-27 08:10:59 +02:00 committed by GitHub
parent 5fd4ed9b0c
commit f02ec8c4ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 198 additions and 198 deletions

View file

@ -3,7 +3,7 @@
from . import AsciiArt
nixos_small = AsciiArt(match=r'''"nixos_small"''', color='4 6', ascii=r"""
${c1} \\ \\ //
${c1}\\ \\ //
==\\__\\/ //
// \\//
==// //==
@ -11,4 +11,4 @@ nixos_small = AsciiArt(match=r'''"nixos_small"''', color='4 6', ascii=r"""
// /\\ \\==
// \\ \\
""")