Fixed typo

This commit is contained in:
Zakary Timson 2018-11-29 20:17:43 -05:00
parent a8ba3fa9fc
commit eda5fa93a3

View File

@ -2,7 +2,7 @@
<mat-toolbar>
<img class="mr-3" src="assets/logo.png" height="36px" width="auto">
<span class="mr-3">ETF Demo</span>
<small *ngIf="timer" cass="text-muted">{{timer}} microseconds to upload</small>
<small *ngIf="timer" class="text-muted">{{timer}} microseconds to upload</small>
<span class="mx-auto"><!-- Spacer --></span>
<mat-chip-list class="mr-2">
<mat-chip *ngFor="let file of fileNames" color="primary" [removable]="true" (removed)="remove($event.chip.value)" [value]="file">