Skip to content
Snippets Groups Projects
Commit 2d758dd5 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Home: fix logout button icons, on small device

parent d45855e9
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
class="button button-block button-stable button-raised ink visible-xs visible-sm" 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> ui-sref="app.view_wallet" ng-if="!login" translate>COMMON.BTN_LOGIN</button>
<button type="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> ng-click="logout()" ng-if="login" translate>COMMON.BTN_LOGOUT</button>
......
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