Skip to content
Snippets Groups Projects
Commit d93335f2 authored by Hans Moog's avatar Hans Moog
Browse files

Refactor: changed logo to use non-utf characters

parent f0756553
No related branches found
No related tags found
No related merge requests found
......@@ -110,11 +110,11 @@ func (headerBar *UIHeaderBar) Update() {
func (headerBar *UIHeaderBar) printLogo() {
fmt.Fprintln(headerBar.LogoContainer, "")
fmt.Fprintln(headerBar.LogoContainer, " SHIMMER 1.0.0")
fmt.Fprintln(headerBar.LogoContainer, " ┏━━━━━━┳━━━━━━┓")
fmt.Fprintln(headerBar.LogoContainer, " ━━━┓ ┃ ┏━━━")
fmt.Fprintln(headerBar.LogoContainer, " ┓ ┃ ┃ ┃ ┏")
fmt.Fprintln(headerBar.LogoContainer, " ┃ ┗ ┃ ┛ ┃")
fmt.Fprintln(headerBar.LogoContainer, " ┗ ┏ ┃ ┓ ┛")
fmt.Fprintln(headerBar.LogoContainer, " ┃ ┃ ┃")
fmt.Fprintln(headerBar.LogoContainer, " ")
fmt.Fprintln(headerBar.LogoContainer, " ┌──────┬──────┐")
fmt.Fprintln(headerBar.LogoContainer, " ───┐ │ ┌───")
fmt.Fprintln(headerBar.LogoContainer, " ┐ │ │ │ ┌")
fmt.Fprintln(headerBar.LogoContainer, " │ └ │ ┘ │")
fmt.Fprintln(headerBar.LogoContainer, " └ ┌ │ ┐ ┘")
fmt.Fprintln(headerBar.LogoContainer, " │ │ │")
fmt.Fprintln(headerBar.LogoContainer, " ")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment