File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -30,28 +30,42 @@ export function SocialIcons({
30
30
) }
31
31
{ ...rest }
32
32
>
33
- < a href = "https://github.com/graphql" { ...anchorProps } >
33
+ < a href = "https://github.com/graphql" aria-label = "GitHub" { ...anchorProps } >
34
34
< GitHubIcon />
35
35
</ a >
36
- < a href = "https://discord.graphql.org" { ...anchorProps } >
36
+ < a
37
+ href = "https://discord.graphql.org"
38
+ aria-label = "Discord"
39
+ { ...anchorProps }
40
+ >
37
41
< DiscordIcon className = "fill-current" />
38
42
</ a >
39
- < a href = "https://twitter.com/graphql" { ...anchorProps } >
43
+ < a
44
+ href = "https://twitter.com/graphql"
45
+ aria-label = "Twitter"
46
+ { ...anchorProps }
47
+ >
40
48
< TwitterIcon />
41
49
</ a >
42
50
< a
43
51
href = "https://linkedin.com/company/graphql-foundation"
52
+ aria-label = "LinkedIn"
44
53
{ ...anchorProps }
45
54
>
46
55
< LinkedInIcon />
47
56
</ a >
48
57
{ count === 6 && (
49
58
< >
50
- < a href = "https://youtube.com/@GraphQLFoundation" { ...anchorProps } >
59
+ < a
60
+ href = "https://youtube.com/@GraphQLFoundation"
61
+ aria-label = "YouTube"
62
+ { ...anchorProps }
63
+ >
51
64
< YouTubeIcon className = "fill-current" />
52
65
</ a >
53
66
< a
54
67
href = "https://facebook.com/groups/graphql.community"
68
+ aria-label = "Facebook"
55
69
{ ...anchorProps }
56
70
>
57
71
< FacebookIcon />
You can’t perform that action at this time.
0 commit comments