Update: correction mot "Rechercher..."
This commit is contained in:
parent
15e5133ad7
commit
a2c9dc2502
4 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<!-- Search bar -->
|
||||
<div class="input-group" style="width: 100%; margin: 0 auto;">
|
||||
<div class="form-outline" style="width: 100%; margin: 0 auto;">
|
||||
<input type="search" placeholder="recherche..." class="inputSearchBar" [(ngModel)]="search"/>
|
||||
<input type="search" placeholder="Rechercher..." class="inputSearchBar" [(ngModel)]="search"/>
|
||||
<button mat-icon-button (click)="onSearch()">
|
||||
<mat-icon>search</mat-icon>
|
||||
</button>
|
||||
|
|
|
|||
Reference in a new issue