Skip to content

Commit

Permalink
chore(ui): new ascii splash for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Nov 27, 2023
1 parent 8543867 commit 3a5ac33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/interface/splashes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ pub fn show_splashes() -> String {

let logo = format!(
r#"
╦╔═╔═╗╔╗╔╦ ╦╔═╗
╠╩╗╠═╣║║║╠═╣╠═╣
β•© β•©β•© β•©β•β•šβ•β•© β•©β•© β•© v{}
"#,
┓┏┓ β”“
┃┫ ┏┓┏┓┣┓┏┓
β”›β”—β”›β”—β”»β”›β”—β”›β”—β”—β”» v{}
"#,
kanha_version,
)
.bold()
Expand Down

0 comments on commit 3a5ac33

Please sign in to comment.