File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ exports[`Default render 1`] = `
78
78
/>
79
79
</span >
80
80
<div
81
+ aria-label = " Search"
81
82
className = " src-shared-components-TopcoderHeader-___style__search-icon___3w5nA"
82
83
data-menu = " search"
83
84
onMouseEnter = { [Function ]}
@@ -366,6 +367,7 @@ exports[`Render with open menu 1`] = `
366
367
/>
367
368
</span >
368
369
<div
370
+ aria-label = " Search"
369
371
className = " src-shared-components-TopcoderHeader-___style__search-icon___3w5nA"
370
372
data-menu = " search"
371
373
onMouseEnter = { [Function ]}
@@ -691,6 +693,7 @@ exports[`Render with specified profile 1`] = `
691
693
</span >
692
694
</div >
693
695
<div
696
+ aria-label = " Search"
694
697
className = " opened src-shared-components-TopcoderHeader-___style__search-icon___3w5nA"
695
698
data-menu = " search"
696
699
onMouseEnter = { [Function ]}
Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ export default class TopcoderHeader extends React.Component {
320
320
color : getRatingColor ( _ . get ( normalizedProfile , 'maxRating.rating' , 0 ) ) ,
321
321
} }
322
322
styleName = "user-menu-handle"
323
- tabIndex = { 0 }
324
323
role = "button"
324
+ tabIndex = { 0 }
325
325
>
326
326
{ normalizedProfile . handle }
327
327
</ div >
@@ -361,6 +361,7 @@ export default class TopcoderHeader extends React.Component {
361
361
{ userMenuHandle }
362
362
{ authButtons }
363
363
< div
364
+ aria-label = "Search"
364
365
role = "button"
365
366
tabIndex = { 0 }
366
367
data-menu = "search"
You can’t perform that action at this time.
0 commit comments