change relative image source path (../) to use ~/ for webroot. (#184)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user