File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
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 >
Original file line number Diff line number Diff line change 1
1
< header >
2
- < div
2
+ < button
3
3
class ="icon-wrapper "
4
4
(click) ="toggle.emit() "
5
5
[class.opened] ="isSidebarOpened "
38
38
/>
39
39
</ svg >
40
40
</ div >
41
- </ div >
41
+ </ button >
42
42
< ng-content > </ ng-content >
43
43
< app-social-wrapper > </ app-social-wrapper >
44
44
< div class ="menu-wrapper ">
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ header {
30
30
display : inline-block ;
31
31
position : relative ;
32
32
z-index : 10000 ;
33
+ border : none ;
34
+ background : transparent ;
33
35
34
36
& :hover {
35
37
cursor : pointer ;
You can’t perform that action at this time.
0 commit comments