Fix case of image url
This commit is contained in:
parent
8c8392cc6f
commit
79ed51d034
|
|
@ -1,6 +1,6 @@
|
|||
<div class="jumbotron">
|
||||
<h1>MVC Music Store</h1>
|
||||
<img src="Images/home-showcase.png" />
|
||||
<img src="images/home-showcase.png" />
|
||||
</div>
|
||||
|
||||
<div ng-controller="MusicStore.Store.Home.HomeController as viewModel">
|
||||
|
|
|
|||
Loading…
Reference in New Issue