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

This commit is contained in:
Mykola
2021-02-13 08:51:33 -07:00
committed by GitHub
parent 7a7625662e
commit 9168f3324b

View File

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