aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/app.component.html')
-rw-r--r--Timeline/ClientApp/src/app/app.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.html b/Timeline/ClientApp/src/app/app.component.html
index 9d20bc91..a5df80ac 100644
--- a/Timeline/ClientApp/src/app/app.component.html
+++ b/Timeline/ClientApp/src/app/app.component.html
@@ -4,7 +4,7 @@
<img width="30" height="30" src="assets/icon.svg"> Timeline</a>
<a mat-button routerLink="/todo">TodoList</a>
<span class="fill-remaining-space"></span>
- <button mat-icon-button>
+ <button mat-icon-button (click)="openUserDialog()">
<mat-icon>account_circle</mat-icon>
</button>
</mat-toolbar>