File tree Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default function Footer() {
36
36
< div className = { footerStyles . footer__socialIcons } >
37
37
< ul className = { footerStyles . footer__socialList } >
38
38
{ linksSocial . map ( link => (
39
- < li className = { footerStyles . footer__socialItem } key = { link . id } >
39
+ < li className = { footerStyles . footer__socialItem } key = { link . text } >
40
40
< Link href = { link . href } >
41
41
< a title = { link . text } target = '_blank' >
42
42
< Image
Original file line number Diff line number Diff line change 31
31
32
32
@include large-desktop {
33
33
font-size : 1.5rem ;
34
- order : 2 ;
35
34
}
36
35
}
37
36
40
39
41
40
@include tablet {
42
41
display : flex ;
43
- flex-direction : row ;
44
42
}
45
43
}
46
44
68
66
}
69
67
}
70
68
71
- // social
72
-
73
- & __socialIcons {
74
-
75
- @include tablet {
76
-
77
- }
78
-
79
- @include large-desktop {
80
-
81
- }
82
- }
83
-
84
69
& __socialList {
85
70
display : flex ;
86
71
justify-content : center ;
87
- margin : 0 ;
88
- margin-bottom : revert ;
72
+ margin : 0 0 revert ;
89
73
padding : 0 ;
90
74
91
75
li :first-child {
105
89
max-width : 68px ;
106
90
max-width : 100% ;
107
91
}
108
-
109
- @include large-desktop {
110
- max-width : 100% ;
111
- padding-left : 28px ;
112
- }
113
92
}
114
93
115
94
& __copyright {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const linksSocial = [
24
24
} ,
25
25
{
26
26
id : 3 ,
27
- text : 'Github ' ,
27
+ text : 'GitHub ' ,
28
28
href : 'https://github.com/Web-Dev-Path' ,
29
29
src : '/images/svg/GitHub.svg' ,
30
30
} ,
You can’t perform that action at this time.
0 commit comments