Skip to content

Commit

Permalink
fix(storefront): BCTHEME-169 Subscription notification not announced (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-tymurbiedukhin authored Oct 2, 2020
1 parent e6f8e46 commit 4077248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

- Delete item button in cart cut off from right side when in focus. [#1823](https://github.com/bigcommerce/cornerstone/pull/1823)

## Draft
- Face accessibility standards with social links on PDP's page. [#1809](https://github.com/bigcommerce/cornerstone/pull/1809)
- State of search link not announced. [#1798](https://github.com/bigcommerce/cornerstone/pull/1798)
- Fixed subscription notification screen reader announcing. [#1813](https://github.com/bigcommerce/cornerstone/pull/1813)
- Delete item button in cart cut off from right side when in focus. [#1823](https://github.com/bigcommerce/cornerstone/pull/1823)

## 4.10.0 (10-01-2020)
- Return heading to product card. [#1848](https://github.com/bigcommerce/cornerstone/pull/1848)
Expand Down
2 changes: 1 addition & 1 deletion templates/pages/subscribed.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<section class="page">
<div class="page-content page-content--centered">
<h1 class="page-heading">
<h1 class="page-heading" tabindex="0">
{{#if subscription.error}}
{{lang 'newsletter.subscribed_heading_error'}}
{{else}}
Expand Down

0 comments on commit 4077248

Please sign in to comment.