File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
__tests__/shared/components/__snapshots__ Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ exports[`Matches shallow shapshot 1`] = `
58
58
>
59
59
<hr />
60
60
<a
61
+ aria-label = " Facebook"
61
62
href = " https://www.facebook.com/topcoder"
62
63
target = " fbwindow"
63
64
>
@@ -78,6 +79,7 @@ exports[`Matches shallow shapshot 1`] = `
78
79
</svg >
79
80
</a >
80
81
<a
82
+ aria-label = " Twitter"
81
83
href = " http://www.twitter.com/topcoder"
82
84
target = " twwindow"
83
85
>
@@ -98,6 +100,7 @@ exports[`Matches shallow shapshot 1`] = `
98
100
</svg >
99
101
</a >
100
102
<a
103
+ aria-label = " Linkedin"
101
104
href = " https://www.linkedin.com/company/topcoder"
102
105
target = " liwindow"
103
106
>
@@ -118,6 +121,7 @@ exports[`Matches shallow shapshot 1`] = `
118
121
</svg >
119
122
</a >
120
123
<a
124
+ aria-label = " Instagram"
121
125
href = " https://www.instagram.com/topcoder"
122
126
target = " inwindow"
123
127
>
Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ TERMS
55
55
</ nav >
56
56
< div styleName = "social-links" >
57
57
< hr />
58
- < a href = "https://www.facebook.com/topcoder" target = "fbwindow" >
58
+ < a href = "https://www.facebook.com/topcoder" target = "fbwindow" aria-label = "Facebook" >
59
59
< FacebookIcon />
60
60
</ a >
61
- < a href = "http://www.twitter.com/topcoder" target = "twwindow" >
61
+ < a href = "http://www.twitter.com/topcoder" target = "twwindow" aria-label = "Twitter" >
62
62
< TwitterIcon />
63
63
</ a >
64
- < a href = "https://www.linkedin.com/company/topcoder" target = "liwindow" >
64
+ < a href = "https://www.linkedin.com/company/topcoder" target = "liwindow" aria-label = "Linkedin" >
65
65
< LinkedInIcon />
66
66
</ a >
67
- < a href = "https://www.instagram.com/topcoder" target = "inwindow" >
67
+ < a href = "https://www.instagram.com/topcoder" target = "inwindow" aria-label = "Instagram" >
68
68
< InstagramIcon />
69
69
</ a >
70
70
</ div >
You can’t perform that action at this time.
0 commit comments