Skip to content

Commit 9dc21a7

Browse files
committed
fix: add text alternatives to social media icons
1 parent 430b395 commit 9dc21a7

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<div class="social-wrapper">
2-
<a href="https://twitter.com/nestframework" target="_blank">
2+
<a href="https://twitter.com/nestframework"
3+
title="Twitter account"
4+
target="_blank">
35
<i class="fab fa-twitter"></i>
46
</a>
5-
<a href="https://github.com/nestjs/nest" target="_blank">
7+
<a href="https://github.com/nestjs/nest"
8+
title="Github repository"
9+
target="_blank">
610
<i class="fab fa-github"></i>
711
</a>
8-
<a href="https://stackoverflow.com/questions/tagged/nestjs" target="_blank">
12+
<a href="https://stackoverflow.com/questions/tagged/nestjs"
13+
title="Stackoverflow"
14+
target="_blank">
915
<i class="fab fa-stack-overflow"></i>
1016
</a>
1117
<a
@@ -15,7 +21,10 @@
1521
>
1622
<i class="fa fa-globe"></i>
1723
</a>
18-
<a href="https://discord.gg/G7Qnnhy" target="_blank" rel="nofollow">
24+
<a href="https://discord.gg/G7Qnnhy"
25+
title="Discord"
26+
target="_blank"
27+
rel="nofollow">
1928
<i class="fab fa-discord"></i>
2029
</a>
2130
</div>

0 commit comments

Comments
 (0)