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: ->
|
||||
return if App.Config.get('developer_mode')
|
||||
banner = """
|
||||
| _
|
||||
| _____ __(_)
|
||||
| /__ / ____ _____ ___ ____ ___ ____ _____/ /
|
||||
| / / / __ `/ __ `__ \\/ __ `__ \\/ __ `/ __ /
|
||||
| / /__/ /_/ / / / / / / / / / / / /_/ / /_/ /
|
||||
| /____/\\__,_/_/ /_/ /_/_/ /_/ /_/\\__,_/\\__,_/
|
||||
| _____ _
|
||||
| / _ / __ _ _ __ ___ _ __ ___ __ _ __| |
|
||||
| \\// / / _` | '_ ` _ \\| '_ ` _ \\ / _` |/ _` |
|
||||
| / //\\ (_| | | | | | | | | | | | (_| | (_| |
|
||||
| /____/\\__,_|_| |_| |_|_| |_| |_|\\__,_|\\__,_|
|
||||
|
|
||||
| Hi there, nice to meet you!
|
||||
|
|
||||
|
|
Loading…
Reference in a new issue