Skip to content

Commit

Permalink
Fix for dotnet-architecture#507 - right arrow image not shown (dotnet…
Browse files Browse the repository at this point in the history
  • Loading branch information
mpelesh authored Feb 13, 2021
1 parent 7a76256 commit 9168f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9168f33

Please sign in to comment.