File tree 1 file changed +12
-13
lines changed
1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<!-- Social icons -->
16
16
<ul class =" flex space-x-3 text-gray-500 transition socials" >
17
- <li
18
- v-if =" appConfig.socials?.twitter"
19
- title =" Twitter" >
20
- <a :href =" `https://twitter.com/${appConfig.socials?.twitter}`" target =" _blank" >
17
+ <li v-if =" appConfig.socials?.twitter" >
18
+ <a title =" Twitter" :href =" `https://twitter.com/${appConfig.socials?.twitter}`" target =" _blank" >
19
+ <span class =" sr-only" aria-hidden =" true" >Twitter link</span >
21
20
<Icon name =" fa-brands:twitter" class =" w-5 h-5" />
22
21
</a >
23
22
</li >
24
- <li
25
- v-if =" appConfig.socials?.github"
26
- title =" GitHub" >
27
- <a :href =" `https://github.com/${appConfig.socials?.github}`" target =" _blank" >
23
+ <li v-if =" appConfig.socials?.github" >
24
+ <a title =" GitHub" :href =" `https://github.com/${appConfig.socials?.github}`" target =" _blank" >
25
+ <span class =" sr-only" aria-hidden =" true" >Github link</span >
28
26
<Icon name =" fa-brands:github" class =" w-5 h-5" />
29
27
</a >
30
28
</li >
31
- <li
32
- v-if =" appConfig.socials?.youtube"
33
- title =" YouTube" >
34
- <a :href =" `https://youtube.com/${appConfig.socials?.youtube}`" target =" _blank" >
29
+ <li v-if =" appConfig.socials?.youtube" >
30
+ <a title =" YouTube" :href =" `https://youtube.com/${appConfig.socials?.youtube}`" target =" _blank" >
31
+ <span class =" sr-only" aria-hidden =" true" >Youtube link</span >
35
32
<Icon name =" fa-brands:youtube" class =" w-5 h-5" />
36
33
</a >
37
34
</li >
38
- <ColorModeSwitch class =" dark:text-gray-100 hover:text-gray-700 dark:hover:text-gray-300" />
35
+ <li >
36
+ <ColorModeSwitch class =" dark:text-gray-100 hover:text-gray-700 dark:hover:text-gray-300" />
37
+ </li >
39
38
</ul >
40
39
</nav >
41
40
</template >
You can’t perform that action at this time.
0 commit comments