Mykola
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Web/Pages/Index.cshtml
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
<label class="esh-catalog-label" data-title="type"> |
|
|
|
<select asp-for="@Model.CatalogModel.TypesFilterApplied" asp-items="@Model.CatalogModel.Types" class="esh-catalog-filter"></select> |
|
|
|
</label> |
|
|
|
<input class="esh-catalog-send" type="image" src="images/arrow-right.svg" /> |
|
|
|
<input class="esh-catalog-send" type="image" src="~/images/arrow-right.svg" /> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
|