Correct typo error in Shipping Address

This commit is contained in:
kwabena 2021-06-26 07:11:21 +00:00
parent 8c2716339e
commit 8a17d725c6
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<section class="esh-orders_detail-section"> <section class="esh-orders_detail-section">
<article class="esh-orders_detail-titles row"> <article class="esh-orders_detail-titles row">
<section class="esh-orders_detail-title col-12">Shiping address</section> <section class="esh-orders_detail-title col-12">Shipping address</section>
</article> </article>
<article class="esh-orders_detail-items row"> <article class="esh-orders_detail-items row">

View File

@ -16,7 +16,7 @@
<section class="col-3">{{order.status}}</section> <section class="col-3">{{order.status}}</section>
</article> </article>
<h2 class="esh-orders_detail-title mt-5">Shiping address</h2> <h2 class="esh-orders_detail-title mt-5">Shipping address</h2>
<div class="u-mb-5">{{order.street}} {{order.city}} {{order.country}}</div> <div class="u-mb-5">{{order.street}} {{order.city}} {{order.country}}</div>
<article class="esh-orders_detail-items divider divider--bottom d-flex align-items-center pb-3 mt-3 u-text-sm" <article class="esh-orders_detail-items divider divider--bottom d-flex align-items-center pb-3 mt-3 u-text-sm"