Commit b02afe7 1 parent 656f7a5 commit b02afe7 Copy full SHA for b02afe7
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Draft
4
+ - Fix logo not loading on order confirmation page [ #1159 ] ( https://github.com/bigcommerce/cornerstone/pull/1159 )
4
5
5
6
## 1.12.1 (2018-01-23)
6
7
- Fix event delegation error [ #1151 ] ( https://github.com/bigcommerce/cornerstone/pull/1151 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1 class="is-srOnly">{{lang 'checkout.title'}}</h1>
16
16
< h2 class ="checkoutHeader-heading ">
17
17
< a class ="checkoutHeader-link " href ="{{urls.home}} ">
18
18
{{#if checkout.header_image}}
19
- < img alt ="{{settings.store_logo.title}} " class ="checkoutHeader-logo lazyload " id ="logoImage " data-sizes =" auto " src =" {{cdn 'img/loading.svg'}} " data- src ="{{ checkout.header_image }} "/>
19
+ < img alt ="{{settings.store_logo.title}} " class ="checkoutHeader-logo " id ="logoImage " src ="{{ checkout.header_image }} "/>
20
20
{{ else }}
21
21
< span class ="header-logo-text "> {{settings.store_logo.title}}</ span >
22
22
{{/if}}
You can’t perform that action at this time.
0 commit comments