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

[fix] Home: hide login button on small screen, when already login

parent fcbd8cdb
No related branches found
No related tags found
No related merge requests found
Pipeline #4641 passed
......@@ -78,8 +78,8 @@
</div>
<button type="button"
class="button button-block button-energized-100 button-raised ink visible-xs visible-sm"
ui-sref="app.view_wallet" ng-show="!login" translate>COMMON.BTN_LOGIN</button>
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"
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