[Library | Trunk]: Remove login class from not login section
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59214 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
d635c8ee6e
commit
ef1a9b9ddd
|
@ -117,7 +117,7 @@ import {EnvProperties} from '../utils/properties/env-properties';
|
|||
</li>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="dashboard">
|
||||
<a *ngIf="!loggedIn" class="login uk-flex" (click)="logIn()">
|
||||
<a *ngIf="!loggedIn" class="uk-flex" (click)="logIn()">
|
||||
<span>Sign in</span>
|
||||
<span class="uk-margin-small-left uk-margin-small-right uk-icon">
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1">
|
||||
|
|
Loading…
Reference in New Issue