Fixed discrepancies between dev and prod build

This commit is contained in:
Geomitron
2021-01-30 21:50:22 -05:00
parent 9103d2c708
commit dab0ef9587
4 changed files with 7 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<!-- TODO: add advanced search -->
<div class="ui icon input" [class.loading]="isLoading()">
<input #searchBox type="text" placeholder=" Search..." (keyup.enter)="onSearch(searchBox.value)">
<i id="searchIcon" class="link icon" [ngClass]="isError ? 'red exclamation triangle' : 'search'"
<i #searchIcon id="searchIcon" class="link icon" [ngClass]="isError ? 'red exclamation triangle' : 'search'"
data-content="Failed to connect to the Bridge database" data-position="bottom right"></i>
</div>
</div>