Skip to content

Commit

Permalink
Component will now redirect to basket when clicking on cart icon
Browse files Browse the repository at this point in the history
  • Loading branch information
efleming18 committed Mar 9, 2019
1 parent 239d217 commit d0dcb63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Web/Views/Shared/Components/Basket/Default.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
ViewData["Title"] = "My Basket";
}

<a class="esh-basketstatus "
asp-area=""
asp-controller="Basket"
asp-action="Index">
<a class="esh-basketstatus" asp-page="/Basket/Index">
<div class="esh-basketstatus-image">
<img src="~/images/cart.png" />
</div>
Expand Down

0 comments on commit d0dcb63

Please sign in to comment.