This commit is contained in:
Taric Xin
2021-12-08 09:45:34 +08:00
parent 348d69d96b
commit 305c15e4fa
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<a [routerLink]="['/']" class="d-flex align-items-center">
<img src="./assets/logo-color.svg" alt="{{ name }}" height="32" />
<img src="./assets/images/user/logo.png" alt="{{ name }}" height="32" />
<h1>{{ name }}</h1>
</a>