Skip to content

Commit

Permalink
logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Nov 18, 2024
1 parent 7ea94cb commit 4a4d48e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ async fn run_update() -> Result<(), AppError> {

fn print_intro() -> Result<(), AppError> {
cliclack::intro(
style(
r#"
style("
,lc,..
'cx0K0xoc,..
.;o0WMWX0xoc,..
Expand All @@ -162,8 +161,7 @@ fn print_intro() -> Result<(), AppError> {
10001 1x1 1000000001 1x000000001. 10001 .100000001.
00 x00 1x1 10 001 1x1 1x1 00 x00 10 101
000xxxx000 1x1 1O0xxxx001 1x1 1x1 000xxxx000 101 01
000 000 1x1 10 1111 1x100000001x 000 000 '100000001'
"#,
000 000 1x1 10 1111 1x100000001x 000 000 '100000001'",
)
.on_black()
.blue(),
Expand Down

0 comments on commit 4a4d48e

Please sign in to comment.