diff options
author | crupest <crupest@outlook.com> | 2019-02-17 16:21:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-17 16:21:26 +0800 |
commit | 94d9233375f3c8bedcf4dbc62e59f20969af7cb9 (patch) | |
tree | 2cedea89bbffb461abfdc6fc313f5fe8de595acb /Timeline/ClientApp/src/app | |
parent | c7f5a2d49501f12a8635a45dba9acbb097e5f405 (diff) | |
download | timeline-94d9233375f3c8bedcf4dbc62e59f20969af7cb9.tar.gz timeline-94d9233375f3c8bedcf4dbc62e59f20969af7cb9.tar.bz2 timeline-94d9233375f3c8bedcf4dbc62e59f20969af7cb9.zip |
Update the ugly favicon and add it to the toolbar.
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> |