Skip to content

Commit

Permalink
impove the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
simulot committed May 20, 2024
1 parent e4c6ba9 commit 1acd3c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ type Banner struct {
func NewBanner(version, commit, date string) Banner {
return Banner{
b: []string{
". _ _ _ _ . _|_ _ _ ",
"|| | || | ||(_| | ─ (_|(_)",
" _) ",
". _ _ _ _ . _|_ _ _ ",
"|| | || | ||(_| | ─ (_|(_)",
" _) ",
},
version: version,
commit: commit,
Expand Down

0 comments on commit 1acd3c8

Please sign in to comment.