replace images

This commit is contained in:
Megan O'Keefe 2020-04-23 11:07:48 -04:00
parent fea80d75aa
commit c422eb0df3
5 changed files with 1 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 MiB

After

Width:  |  Height:  |  Size: 5.1 MiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 647 KiB

After

Width:  |  Height:  |  Size: 845 KiB

Before After
Before After

View file

@ -29,7 +29,6 @@
</div>
</div>
<h3>Begin range items</h3>
{{ range $.items }}
<div class="product-item">
<div class="row pt-2 mb-2">
@ -50,9 +49,6 @@
</div>
</div>
{{ end }}
<h3>End range items</h3>
<h3>Begin checkout</h3>
<div class="row pt-2 my-3">
<div class="col text-center order-summary">
<p class="text-muted my-0">Shipping Cost: <strong>{{ renderMoney .shipping_cost }}</strong></p>
@ -150,7 +146,6 @@
</form>
</div>
</div>
<h3>End checkout, if items</h3>
{{ end }} <!-- end if $.items -->
</div>

View file

@ -40,9 +40,6 @@
</div>
{{ end }}
</div>
<div class="row ad-row">
<img src="/static/icons/Hipster_KitchenwareOffer.svg" alt="icon" class="icon search-icon" />
</div>
</div>
</div>
</main>

View file

@ -17,7 +17,7 @@
<h2>{{$.product.Item.Name}}</h2>
<p class="text-muted">
- {{ renderMoney $.product.Price}} -
{{ renderMoney $.product.Price}}
</p>
<div>
<h6>Product Description:</h6>