Skip to content

Commit 4858268

Browse files
committed
Removed the very last location that's using materialInput, now we can delete it
1 parent bded37b commit 4858268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/src/app/layout/topbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="search-icon">
44
<i class="material-icons">search</i>
55
</div>
6-
<input materialInput type="text" placeholder="START TYPING...">
6+
<input matInput type="text" placeholder="START TYPING...">
77
<div class="close-search">
88
<i class="material-icons">close</i>
99
</div>

0 commit comments

Comments
 (0)