File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
src/app/common/social-wrapper Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
< 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 ">
3
5
< i class ="fab fa-twitter "> </ i >
4
6
</ 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 ">
6
10
< i class ="fab fa-github "> </ i >
7
11
</ 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 ">
9
15
< i class ="fab fa-stack-overflow "> </ i >
10
16
</ a >
11
17
< a
15
21
>
16
22
< i class ="fa fa-globe "> </ i >
17
23
</ 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 ">
19
28
< i class ="fab fa-discord "> </ i >
20
29
</ a >
21
30
</ div >
You can’t perform that action at this time.
0 commit comments