diff --git a/src/MusicStore/Views/Shared/Components/CartSummary/Default.cshtml b/src/MusicStore/Views/Shared/Components/CartSummary/Default.cshtml index 4c80144a35..800e12b323 100644 --- a/src/MusicStore/Views/Shared/Components/CartSummary/Default.cshtml +++ b/src/MusicStore/Views/Shared/Components/CartSummary/Default.cshtml @@ -1,11 +1,11 @@ -@if (ViewBag.CartCount > 0) -{ -
  • +@if (ViewBag.CartCount > 0) +{ +
  • - + @ViewBag.CartCount - - -
  • + + + } \ No newline at end of file