File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export const CategoryLanding = () => {
122
122
< div className = "pt-8" >
123
123
< div className = "py-5 border-bottom" >
124
124
< div className = "pb-3 mr-5 ml-1 float-xl-left" >
125
- < h2 >
125
+ < h2 aria-live = "polite" >
126
126
{ t ( 'explore_articles' ) . replace ( '{{ number }}' , searchResults . length . toString ( ) ) }
127
127
</ h2 >
128
128
</ div >
@@ -135,7 +135,7 @@ export const CategoryLanding = () => {
135
135
/>
136
136
</ div >
137
137
</ div >
138
- < ul className = "clearfix d-flex flex-wrap gutter-md-spacious" >
138
+ < ul className = "clearfix d-flex flex-wrap gutter-md-spacious" aria-live = "polite" >
139
139
{ searchResults . map ( ( item , index ) => (
140
140
< li key = { index } className = "col-md-6 col-lg-4 col-sm-12 list-style-none p-4" >
141
141
< CookBookArticleCard
You can’t perform that action at this time.
0 commit comments