Skip to content

Commit 2068a03

Browse files
committed
Tweak checkout buttons
1 parent 2c3b08f commit 2068a03

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/category.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ <h6 class="justify-content-between d-flex align-items-start mb-2">
172172
<p class="m-0 fs-5 fw-bold">$422.99</p>
173173
</div>
174174
</div>
175-
<a href="./cart.html" class="btn btn-outline-dark w-100 text-center mt-4" role="button">View cart</a>
176-
<a href="./checkout.html" class="btn btn-dark w-100 text-center mt-2" role="button">Proceed to checkout</a>
175+
<a href="./cart.html" class="btn btn-outline-dark w-100 text-center mt-4" role="button">View Cart</a>
176+
<a href="./checkout.html" class="btn btn-dark w-100 text-center mt-2" role="button">Proceed To Checkout</a>
177177
</div>
178178
<!-- / Cart Summary-->
179179
</div>

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ <h6 class="justify-content-between d-flex align-items-start mb-2">
172172
<p class="m-0 fs-5 fw-bold">$422.99</p>
173173
</div>
174174
</div>
175-
<a href="./cart.html" class="btn btn-outline-dark w-100 text-center mt-4" role="button">View cart</a>
176-
<a href="./checkout.html" class="btn btn-dark w-100 text-center mt-2" role="button">Proceed to checkout</a>
175+
<a href="./cart.html" class="btn btn-outline-dark w-100 text-center mt-4" role="button">View Cart</a>
176+
<a href="./checkout.html" class="btn btn-dark w-100 text-center mt-2" role="button">Proceed To Checkout</a>
177177
</div>
178178
<!-- / Cart Summary-->
179179
</div>

dist/product.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ <h6 class="justify-content-between d-flex align-items-start mb-2">
172172
<p class="m-0 fs-5 fw-bold">$422.99</p>
173173
</div>
174174
</div>
175-
<a href="./cart.html" class="btn btn-outline-dark w-100 text-center mt-4" role="button">View cart</a>
176-
<a href="./checkout.html" class="btn btn-dark w-100 text-center mt-2" role="button">Proceed to checkout</a>
175+
<a href="./cart.html" class="btn btn-outline-dark w-100 text-center mt-4" role="button">View Cart</a>
176+
<a href="./checkout.html" class="btn btn-dark w-100 text-center mt-2" role="button">Proceed To Checkout</a>
177177
</div>
178178
<!-- / Cart Summary-->
179179
</div>

0 commit comments

Comments
 (0)