Updated icons
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<mat-toolbar *ngIf="!hide" [@collapseUp]="!hide" [@expandDown]="!hide" class="bg-primary">
|
||||
<mat-icon *ngIf="mobile" class="mr-2" (click)="open = !open">menu</mat-icon>
|
||||
<img src="assets/icon.png" class="mr-2" height="24px" width="auto">
|
||||
<img src="assets/icon-inv.png" class="mr-2" height="24px" width="auto">
|
||||
<span>
|
||||
<span style="font-weight: 500;">Home Front</span>
|
||||
<small class="text-muted ml-2">v{{environment.version}}</small>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<h1 class="d-inline text-white">Home Front</h1>
|
||||
</div>
|
||||
<div class="mt-5">
|
||||
<img src="assets/icon-white.png" width="275px" height="auto">
|
||||
<img src="assets/icon.png" width="275px" height="auto">
|
||||
</div>
|
||||
</div>
|
||||
<div class="off-center" *ngIf="show" [@fadeOut]="true" [@expandDown]="animate">
|
||||
|
Reference in New Issue
Block a user