File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/LinkDotNet.Blog.Web/Features/Home/Components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" d-flex flex-row justify-content-center" style =" font-size : 1.25em ;" >
3
3
@if (Social .HasLinkedinAccount )
4
4
{
5
- <a id =" linkedin" class =" nav-link" target =" _blank" href =" @Social.LinkedinAccountUrl" >
5
+ <a id =" linkedin" class =" nav-link" target =" _blank" href =" @Social.LinkedinAccountUrl" aria-label = " LinkedIn " >
6
6
<i class =" linkedin" ></i >
7
7
</a >
8
8
}
9
9
@if (Social .HasGithubAccount )
10
10
{
11
- <a id =" github" class =" nav-link" target =" _blank" href =" @Social.GithubAccountUrl" >
11
+ <a id =" github" class =" nav-link" target =" _blank" href =" @Social.GithubAccountUrl" aria-label = " Github " >
12
12
<i class =" github" ></i >
13
13
</a >
14
14
}
15
15
@if (Social .HasTwitterAccount )
16
16
{
17
- <a id =" twitter" class =" nav-link" target =" _blank" href =" @Social.TwitterAccountUrl" >
17
+ <a id =" twitter" class =" nav-link" target =" _blank" href =" @Social.TwitterAccountUrl" aria-label = " Twitter " >
18
18
<i class =" twitter" ></i >
19
19
</a >
20
20
}
You can’t perform that action at this time.
0 commit comments