diff options
Diffstat (limited to 'Timeline/ClientApp/src/app')
-rw-r--r-- | Timeline/ClientApp/src/app/app.component.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.html b/Timeline/ClientApp/src/app/app.component.html index cb5da0fa..9d20bc91 100644 --- a/Timeline/ClientApp/src/app/app.component.html +++ b/Timeline/ClientApp/src/app/app.component.html @@ -1,6 +1,7 @@ <body> <mat-toolbar color="primary" class="mat-elevation-z4"> - <a mat-button routerLink="/">Timeline</a> + <a mat-button routerLink="/"> + <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> |