Skip to content

Commit

Permalink
Merge pull request dotnet-architecture#301 from dotnet-architecture/u…
Browse files Browse the repository at this point in the history
…pdate-button-on-empty-basket

Update style for when the basket is empty
  • Loading branch information
efleming18 authored Sep 12, 2019
2 parents 9ce4bcf + 1cf176c commit 0426377
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Web/Pages/Basket/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,12 @@
}
else
{
<div class="esh-catalog-items row">
Basket is empty. <a asp-page="/Index">Continue Shopping..</a>
</div>
<h3 class="esh-catalog-items row">
Basket is empty.
</h3>

<section class="esh-basket-item">
<a asp-page="/Index" class="btn esh-basket-checkout text-white">[ Continue Shopping..]</a>
</section>
}
</div>

0 comments on commit 0426377

Please sign in to comment.