Add Logout
This commit is contained in:
parent
260f62d345
commit
22dbc687a5
@ -1,8 +1,9 @@
|
|||||||
<header>
|
<header>
|
||||||
|
|
||||||
<div id="header-container-desktop" fxLayout="row" fxLayoutAlign="space-between" fxShow fxHide.lt-md="true">
|
<div fxHide.lt-md="true" fxLayout="row" fxLayoutAlign="space-between" fxShow
|
||||||
|
id="header-container-desktop">
|
||||||
|
|
||||||
<div fxFlex="200px" class="title">
|
<div class="title" fxFlex="200px">
|
||||||
<a [routerLink]="">DiscoTrip</a>
|
<a [routerLink]="">DiscoTrip</a>
|
||||||
</div>
|
</div>
|
||||||
<div fxFlex="calc(100% - 200px)" fxLayout="row" fxLayoutAlign="end">
|
<div fxFlex="calc(100% - 200px)" fxLayout="row" fxLayoutAlign="end">
|
||||||
@ -29,6 +30,7 @@
|
|||||||
<mat-menu #profileMenu="matMenu">
|
<mat-menu #profileMenu="matMenu">
|
||||||
<button mat-menu-item>Login</button>
|
<button mat-menu-item>Login</button>
|
||||||
<button mat-menu-item>Create Account</button>
|
<button mat-menu-item>Create Account</button>
|
||||||
|
<button mat-menu-item>Logout</button>
|
||||||
</mat-menu>
|
</mat-menu>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user