Fixe double simultaneous hover on account and logout option

This commit is contained in:
apapachristou 2019-06-05 10:24:44 +03:00
parent 18de763606
commit 8446d46190
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
<span class="d-lg-none d-md-block">{{ 'SIDE-BAR.ACCOUNT' | translate }}</span>
</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" *ngIf="isAuthenticated()" (click)="logout()">
<i class="material-icons">exit_to_app</i>
<p class="login-label">{{ 'USER-DIALOG.LOG-OUT' | translate }}</p>