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:
parent
5fd4ed9b0c
commit
f02ec8c4ba
2 changed files with 198 additions and 198 deletions
|
|
@ -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"""
|
|||
// /\\ \\==
|
||||
// \\ \\
|
||||
""")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue