File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export default class ShareSocial extends React.Component {
35
35
< a
36
36
className = "addthis_button_facebook"
37
37
title = "Facebook"
38
+ aria-label = "Share via Facebook"
38
39
href = "#"
39
40
>
40
41
< div styleName = "facebook-icon" >
46
47
< a
47
48
className = "addthis_button_twitter"
48
49
title = "Twitter"
50
+ aria-label = "Share via Twitter"
49
51
href = "#"
50
52
>
51
53
< TwitterIcon />
52
54
</ a >
53
55
< a
54
56
className = "addthis_button_print"
55
57
title = "Print"
58
+ aria-label = "Print this challenge"
56
59
href = "#"
57
60
>
58
61
< PrintIcon />
61
64
className = "addthis_button_email"
62
65
target = "_blank"
63
66
title = "Email"
67
+ aria-label = "Email this challenge"
64
68
href = "#"
65
69
>
66
70
< EmailIcon />
67
71
</ a >
68
72
< a
69
73
className = "addthis_button_compact"
70
74
href = "#"
75
+ aria-label = "More sharing options"
71
76
>
72
77
< MoreIcon />
73
78
</ a >
You can’t perform that action at this time.
0 commit comments