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 22<div class =" d-flex flex-row justify-content-center" style =" font-size : 1.25em ;" >
33 @if (Social .HasLinkedinAccount )
44 {
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 " >
66 <i class =" linkedin" ></i >
77 </a >
88 }
99 @if (Social .HasGithubAccount )
1010 {
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 " >
1212 <i class =" github" ></i >
1313 </a >
1414 }
1515 @if (Social .HasTwitterAccount )
1616 {
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 " >
1818 <i class =" twitter" ></i >
1919 </a >
2020 }
You can’t perform that action at this time.
0 commit comments