diff --git a/www/templates/home/home.html b/www/templates/home/home.html index f1708265da1cc520d6bdb6d04302665284a8ace8..6645457332a9d880ce9423ced9517b1abc813b37 100644 --- a/www/templates/home/home.html +++ b/www/templates/home/home.html @@ -91,7 +91,7 @@ class="button button-block button-stable button-raised ink visible-xs visible-sm" ui-sref="app.view_wallet" ng-if="!login" translate>COMMON.BTN_LOGIN</button> <button type="button" - class="button button-block button-assertive button-raised icon icon-left ion-wand ink-dark visible-xs visible-sm" + class="button button-block button-assertive button-raised icon icon-left ion-log-out ink-dark visible-xs visible-sm" ng-click="logout()" ng-if="login" translate>COMMON.BTN_LOGOUT</button>