@@ -29,7 +29,12 @@ exports[`Default render 1`] = `
29
29
onMouseLeave = { [Function ]}
30
30
onTouchStart = { [Function ]}
31
31
>
32
- Compete
32
+ <span
33
+ role = " link"
34
+ tabIndex = { 0 }
35
+ >
36
+ Compete
37
+ </span >
33
38
</li >
34
39
<li
35
40
className = " src-shared-components-TopcoderHeader-___style__main-menu-item___2KIu6"
@@ -51,7 +56,12 @@ exports[`Default render 1`] = `
51
56
onMouseLeave = { [Function ]}
52
57
onTouchStart = { [Function ]}
53
58
>
54
- Community
59
+ <span
60
+ role = " link"
61
+ tabIndex = { 0 }
62
+ >
63
+ Community
64
+ </span >
55
65
</li >
56
66
</ul >
57
67
<div
@@ -296,7 +306,12 @@ exports[`Render with open menu 1`] = `
296
306
onMouseLeave = { [Function ]}
297
307
onTouchStart = { [Function ]}
298
308
>
299
- Compete
309
+ <span
310
+ role = " link"
311
+ tabIndex = { 0 }
312
+ >
313
+ Compete
314
+ </span >
300
315
</li >
301
316
<li
302
317
className = " src-shared-components-TopcoderHeader-___style__main-menu-item___2KIu6"
@@ -318,7 +333,12 @@ exports[`Render with open menu 1`] = `
318
333
onMouseLeave = { [Function ]}
319
334
onTouchStart = { [Function ]}
320
335
>
321
- Community
336
+ <span
337
+ role = " link"
338
+ tabIndex = { 0 }
339
+ >
340
+ Community
341
+ </span >
322
342
</li >
323
343
</ul >
324
344
<div
@@ -574,7 +594,12 @@ exports[`Render with specified profile 1`] = `
574
594
onMouseLeave = { [Function ]}
575
595
onTouchStart = { [Function ]}
576
596
>
577
- Compete
597
+ <span
598
+ role = " link"
599
+ tabIndex = { 0 }
600
+ >
601
+ Compete
602
+ </span >
578
603
</li >
579
604
<li
580
605
className = " src-shared-components-TopcoderHeader-___style__main-menu-item___2KIu6"
@@ -596,7 +621,12 @@ exports[`Render with specified profile 1`] = `
596
621
onMouseLeave = { [Function ]}
597
622
onTouchStart = { [Function ]}
598
623
>
599
- Community
624
+ <span
625
+ role = " link"
626
+ tabIndex = { 0 }
627
+ >
628
+ Community
629
+ </span >
600
630
</li >
601
631
</ul >
602
632
<div
0 commit comments