Renaming Cart to Basket (#38)

This commit is contained in:
Steve Smith
2017-08-15 14:28:36 -04:00
committed by GitHub
parent 434da3f257
commit 3a95375ae7
6 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@
</section>
@*<section class="col-lg-1 col-xs-12">
@await Component.InvokeAsync("Cart", new { user = UserManager.Parse(User) })
@await Component.InvokeAsync("Basket", new { user = UserManager.Parse(User) })
</section>*@
}