Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Hyphen to minus for amount.
Hyphen to dash for ranges.
  • Loading branch information
vanillajonathan authored and mdo committed Jun 15, 2020
1 parent 7e28764 commit 1b2ea5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.0/examples/checkout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h6 class="my-0">Third item</h6>
<h6 class="my-0">Promo code</h6>
<small>EXAMPLECODE</small>
</div>
<span class="text-success">-$5</span>
<span class="text-success">$5</span>
</li>
<li class="list-group-item d-flex justify-content-between">
<span>Total (USD)</span>
Expand Down Expand Up @@ -220,7 +220,7 @@ <h4 class="mb-3">Payment</h4>
</div>

<footer class="my-5 pt-5 text-muted text-center text-small">
<p class="mb-1">&copy; 2017-{{< year >}} Company Name</p>
<p class="mb-1">&copy; 2017{{< year >}} Company Name</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Privacy</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>
Expand Down

0 comments on commit 1b2ea5e

Please sign in to comment.