diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc2782778..a691e9e17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Fix logo not loading on order confirmation page [#1159](https://github.com/bigcommerce/cornerstone/pull/1159) ## 1.12.1 (2018-01-23) - Fix event delegation error [#1151](https://github.com/bigcommerce/cornerstone/pull/1151) diff --git a/templates/pages/order-confirmation.html b/templates/pages/order-confirmation.html index e14b8d5893..45572dbade 100644 --- a/templates/pages/order-confirmation.html +++ b/templates/pages/order-confirmation.html @@ -16,7 +16,7 @@

{{lang 'checkout.title'}}

{{#if checkout.header_image}} - + {{ else }} {{settings.store_logo.title}} {{/if}}