change relative image source path (../) to use ~/ for webroot. (#184)

This commit is contained in:
BlackFrog1
2019-01-11 09:48:09 -05:00
committed by Steve Smith
parent b123945a01
commit 8e748a4c62
9 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@
<section class="col-lg-7 col-md-6 col-xs-12">
<a asp-area="" asp-controller="Catalog" asp-action="Index" class="navbar-brand">
<img src="../images/brand.png" alt="eShop On Web"/>
<img src="~/images/brand.png" alt="eShop On Web"/>
</a>
</section>
<partial name="_LoginPartial" />