Replace old cloud logo with cloudron logo in error and no app pages
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<img ng-src="avatarUrl" onerror="this.src = '/img/logo_inverted_192.png'"/>
|
||||
<img ng-src="avatarUrl" width="128" height="128" onerror="this.src = '/img/logo.png'"/>
|
||||
<h1> Cloudron </h1>
|
||||
|
||||
<div ng-show="errorCode == 0">
|
||||
|
||||
Reference in New Issue
Block a user