File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ exports[`Default render 1`] = `
9
9
className = " src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
10
10
>
11
11
<a
12
+ aria-label = " Topcoder Homepage"
12
13
className = " src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
13
14
href = " https://www.topcoder-dev.com"
14
15
>
@@ -284,6 +285,7 @@ exports[`Render with open menu 1`] = `
284
285
className = " src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
285
286
>
286
287
<a
288
+ aria-label = " Topcoder Homepage"
287
289
className = " src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
288
290
href = " https://www.topcoder-dev.com"
289
291
>
@@ -570,6 +572,7 @@ exports[`Render with specified profile 1`] = `
570
572
className = " src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
571
573
>
572
574
<a
575
+ aria-label = " Topcoder Homepage"
573
576
className = " src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
574
577
href = " https://www.topcoder-dev.com"
575
578
>
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ export default class TopcoderHeader extends React.Component {
348
348
} }
349
349
>
350
350
< div styleName = "main-desktop-header" >
351
- < a href = { BASE_URL } styleName = "logo" >
351
+ < a href = { BASE_URL } styleName = "logo" aria-label = "Topcoder Homepage" >
352
352
< LogoTopcoderWithName height = { 53 } width = { 135 } />
353
353
</ a >
354
354
< ul styleName = "main-menu" ref = { ( ul ) => { this . mainMenu = ul ; } } >
You can’t perform that action at this time.
0 commit comments