diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ccfcb22d..145e2b463b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Draft - Update bigcommerce.com footer link [#990](https://github.com/bigcommerce/cornerstone/pull/990) +- Fix invalid icon HTML in AMP templates [#989](https://github.com/bigcommerce/cornerstone/pull/989) ## 1.6.3 (2017-03-28) - `stencil.conf.js` was refactored to support webpack2 builds [961](https://github.com/bigcommerce/cornerstone/pull/961) diff --git a/templates/components/amp/common/alert-error.html b/templates/components/amp/common/alert-error.html new file mode 100644 index 0000000000..35eeaf7c4c --- /dev/null +++ b/templates/components/amp/common/alert-error.html @@ -0,0 +1,8 @@ +
+
+ +
+

+ {{{this}}} +

+
diff --git a/templates/components/amp/common/alert-success.html b/templates/components/amp/common/alert-success.html new file mode 100644 index 0000000000..9698ad2b36 --- /dev/null +++ b/templates/components/amp/common/alert-success.html @@ -0,0 +1,8 @@ +
+
+ +
+

+ {{{this}}} +

+
diff --git a/templates/components/amp/common/navigation-menu.html b/templates/components/amp/common/navigation-menu.html index bb8477154b..043844e197 100644 --- a/templates/components/amp/common/navigation-menu.html +++ b/templates/components/amp/common/navigation-menu.html @@ -20,7 +20,7 @@ {{#if currency_selector.currencies.length '>' 1}}