Adjust header
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<div class="header-wrapper" *ngIf="userLoggedIn">
|
||||
<div class="logo">
|
||||
rossa-tech
|
||||
|
||||
<img src='https://dummyimage.com/200x56.png' alt='' />
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
<button type="button" class="btn btn-link" routerLink="/index">home</button>
|
||||
<button type="button" class="btn btn-link" routerLink="/dashboard">dashboard</button>
|
||||
<!-- <button type="button" class="btn btn-link" routerLink="/index">home</button>
|
||||
<button type="button" class="btn btn-link" routerLink="/dashboard">dashboard</button> -->
|
||||
</div>
|
||||
|
||||
<div class="account">
|
||||
<button mat-button (click)="onClickLogout()">logout</button>
|
||||
<button mat-raised-button color="primary" (click)="onClickLogout()">logout</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user