Browse Source

Fix for #507 - right arrow image not shown (#508)

main
Mykola 5 years ago
committed by GitHub
parent
commit
9168f3324b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Web/Pages/Index.cshtml

2
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>

Loading…
Cancel
Save