File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 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
>
@@ -286,6 +287,7 @@ exports[`Render with open menu 1`] = `
286
287
className = " src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
287
288
>
288
289
<a
290
+ aria-label = " Topcoder Homepage"
289
291
className = " src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
290
292
href = " https://www.topcoder-dev.com"
291
293
>
@@ -574,6 +576,7 @@ exports[`Render with specified profile 1`] = `
574
576
className = " src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
575
577
>
576
578
<a
579
+ aria-label = " Topcoder Homepage"
577
580
className = " src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
578
581
href = " https://www.topcoder-dev.com"
579
582
>
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