Removed duplicate glyphicon

This commit is contained in:
Kiran Challa 2016-04-18 15:59:03 -07:00
parent ef5a5cdf5d
commit 426c61c81e
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
{
<li>
<a asp-controller="ShoppingCart" asp-action="Index" title="@ViewBag.CartSummary">
<span class="glyphicon glyphicon glyphicon-shopping-cart"></span>
<span class="glyphicon glyphicon-shopping-cart"></span>
<span id="cart-status">
@ViewBag.CartCount
</span>