File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,28 +29,28 @@ export const externalLinks = {
29
29
export const socialData = [
30
30
{
31
31
id : 'github' ,
32
- icon : < FaGithub /> ,
32
+ icon : < FaGithub aria-label = 'Github' /> ,
33
33
imgSrc : '/assets/githubIcon.png' ,
34
34
alt : 'Github social icon' ,
35
35
link : externalLinks . githubUrl ,
36
36
} ,
37
37
{
38
38
id : 'discord' ,
39
- icon : < FaDiscord /> ,
39
+ icon : < FaDiscord aria-label = 'Discord' /> ,
40
40
imgSrc : '/assets/discordIcon.png' ,
41
41
alt : 'Discord social icon' ,
42
42
link : externalLinks . discordUrl ,
43
43
} ,
44
44
{
45
45
id : 'meetup' ,
46
- icon : < FaMeetup /> ,
46
+ icon : < FaMeetup aria-label = 'Meetup' /> ,
47
47
imgSrc : '/assets/meetupIcon.png' ,
48
48
alt : 'Meetup social icon' ,
49
49
link : externalLinks . meetupUrl ,
50
50
} ,
51
51
{
52
52
id : 'linkedin' ,
53
- icon : < FaLinkedin /> ,
53
+ icon : < FaLinkedin aria-label = 'Linkedin' /> ,
54
54
imgSrc : '/assets/linkedinIcon.png' ,
55
55
alt : 'LinkedIn social icon' ,
56
56
link : externalLinks . linkedinUrl ,
You can’t perform that action at this time.
0 commit comments