Skip to content

Commit 9e0aa9c

Browse files
HeshamHM28Saga4
andauthored
change banner font (#149)
Co-authored-by: Sarthak Agarwal <[email protected]>
1 parent 5a2c66a commit 9e0aa9c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@
3535

3636
CODEFLASH_LOGO: str = (
3737
f"{LF}"
38-
r" █████ ██████ ████ █████ " + f"{LF}"
39-
r" ███ ███ ███ ███ ███ " + f"{LF}"
40-
r" ██████ ██████ ███████ ██████ ███ ███ ██████ █████ ███████ " + f"{LF}"
41-
r" ███ ███ ███ ███ ███ ███ ███ ███ ███████ ███ ███ ███ ███ ███ " + f"{LF}"
42-
r" ███ ███ ███ ███ ███ ███████ ███ ███ ███████ █████ ███ ███ " + f"{LF}"
43-
r" ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ " + f"{LF}"
44-
r" ██████ ██████ ████████ ██████ █████ █████ ████████ ██████ ████ █████" + f"{LF}"
45-
f"{('v' + version).rjust(96)}{LF}"
38+
r" _ ___ _ _ " + f"{LF}"
39+
r" | | / __)| | | | " + f"{LF}"
40+
r" ____ ___ _ | | ____ | |__ | | ____ ___ | | _ " + f"{LF}"
41+
r" / ___) / _ \ / || | / _ )| __)| | / _ | /___)| || \ " + f"{LF}"
42+
r"( (___ | |_| |( (_| |( (/ / | | | |( ( | ||___ || | | |" + f"{LF}"
43+
r" \____) \___/ \____| \____)|_| |_| \_||_|(___/ |_| |_|" + f"{LF}"
44+
f"{('v' + version).rjust(66)}{LF}"
4645
f"{LF}"
4746
)
4847

0 commit comments

Comments
 (0)