Correct typo error in Shipping Address (#1712)

Co-authored-by: kwabena <kwabena@mpharma.com>
This commit is contained in:
Kaypee 2021-06-28 05:55:24 +00:00 committed by GitHub
parent 8c2716339e
commit 6982f0e7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<section class="esh-orders_detail-section">
<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 class="esh-orders_detail-items row">

View File

@ -16,7 +16,7 @@
<section class="col-3">{{order.status}}</section>
</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>
<article class="esh-orders_detail-items divider divider--bottom d-flex align-items-center pb-3 mt-3 u-text-sm"