File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export default function Footer() {
10
10
return (
11
11
< footer className = { footerStyles . footer } >
12
12
< NewsletterSubscribe />
13
-
14
13
< Container className = { footerStyles . footer__inner } >
15
14
< Link href = '/' >
16
15
< a className = { footerStyles . footer__logo } title = 'Go to the Homepage' >
@@ -22,10 +21,7 @@ export default function Footer() {
22
21
/>
23
22
</ a >
24
23
</ Link >
25
-
26
24
< div className = { footerStyles . footer__navSocialsDiv } >
27
- { /* nav & socials */ }
28
-
29
25
< nav className = { footerStyles . footer__nav } aria-label = 'Main' >
30
26
< ul className = { footerStyles . footer__navList } >
31
27
{ linksNav . map ( link => (
@@ -37,13 +33,12 @@ export default function Footer() {
37
33
) ) }
38
34
</ ul >
39
35
</ nav >
40
-
41
36
< div className = { footerStyles . footer__socialIcons } >
42
37
< ul className = { footerStyles . footer__socialList } >
43
38
{ linksSocial . map ( link => (
44
39
< li className = { footerStyles . footer__socialItem } key = { link . id } >
45
40
< Link href = { link . href } >
46
- < a title = { link . text } target = " _blank" >
41
+ < a title = { link . text } target = ' _blank' >
47
42
< Image
48
43
href = { link . href }
49
44
src = { link . src }
@@ -58,7 +53,6 @@ export default function Footer() {
58
53
</ div >
59
54
</ div >
60
55
</ Container >
61
-
62
56
< Container >
63
57
< p className = { footerStyles . footer__copyright } >
64
58
© Web Dev Path { new Date ( ) . getFullYear ( ) } . All rights reserved.
Original file line number Diff line number Diff line change 74
74
& __socialIcons {
75
75
76
76
@include tablet {
77
-
77
+
78
78
}
79
79
80
80
@include large-desktop {
81
-
81
+
82
82
}
83
83
}
84
84
You can’t perform that action at this time.
0 commit comments