Updated banner.
This commit is contained in:
parent
c5ae5e767c
commit
13da832a64
1 changed files with 5 additions and 6 deletions
|
@ -2,12 +2,11 @@ class Widget
|
||||||
constructor: ->
|
constructor: ->
|
||||||
return if App.Config.get('developer_mode')
|
return if App.Config.get('developer_mode')
|
||||||
banner = """
|
banner = """
|
||||||
| _
|
| _____ _
|
||||||
| _____ __(_)
|
| / _ / __ _ _ __ ___ _ __ ___ __ _ __| |
|
||||||
| /__ / ____ _____ ___ ____ ___ ____ _____/ /
|
| \\// / / _` | '_ ` _ \\| '_ ` _ \\ / _` |/ _` |
|
||||||
| / / / __ `/ __ `__ \\/ __ `__ \\/ __ `/ __ /
|
| / //\\ (_| | | | | | | | | | | | (_| | (_| |
|
||||||
| / /__/ /_/ / / / / / / / / / / / /_/ / /_/ /
|
| /____/\\__,_|_| |_| |_|_| |_| |_|\\__,_|\\__,_|
|
||||||
| /____/\\__,_/_/ /_/ /_/_/ /_/ /_/\\__,_/\\__,_/
|
|
||||||
|
|
|
|
||||||
| Hi there, nice to meet you!
|
| Hi there, nice to meet you!
|
||||||
|
|
|
|
||||||
|
|
Loading…
Reference in a new issue