@@ -19,7 +19,7 @@ const Footer = () => {
19
19
} , [ ] )
20
20
21
21
return (
22
- < footer className = 'bg-secondary ' >
22
+ < footer className = 'bg-secondary' >
23
23
< div className = 'mx-auto max-w-5xl px-4 py-8 pb-6 sm:px-0' >
24
24
< div className = 'grid grid-cols-1 px-4 sm:grid-cols-2 lg:px-0' >
25
25
< div >
@@ -37,6 +37,7 @@ const Footer = () => {
37
37
title = 'created with NextJS'
38
38
width = { 62 }
39
39
height = { 62 }
40
+ unoptimized
40
41
/>
41
42
</ a >
42
43
< a
@@ -52,6 +53,7 @@ const Footer = () => {
52
53
title = 'deployed with Vercel'
53
54
width = { 62 }
54
55
height = { 62 }
56
+ unoptimized
55
57
/>
56
58
</ a >
57
59
< a
@@ -67,6 +69,7 @@ const Footer = () => {
67
69
title = 'Data stored with MongoDB'
68
70
width = { 62 }
69
71
height = { 62 }
72
+ unoptimized
70
73
/>
71
74
</ a >
72
75
< a
@@ -90,12 +93,12 @@ const Footer = () => {
90
93
91
94
< div className = 'mt-5 grid grid-cols-2 gap-2 sm:grid-cols-2 md:mt-0' >
92
95
< div className = 'text-center sm:text-end' >
93
- < p className = 'text-lg font-bold ' > Information</ p >
96
+ < p className = 'text-lg font-bold' > Information</ p >
94
97
95
98
< ul className = 'mt-4 space-y-4 text-sm [&>li>a]:transition-all' >
96
99
< li >
97
100
< Link
98
- className = 'hover:/75 text-sm font-medium transition hover:text-gray-300'
101
+ className = 'hover:/75 text-sm font-medium transition hover:text-gray-300'
99
102
href = 'https://github.com/nikohoffren/fork-commit-merge/blob/main/CONTRIBUTING.md'
100
103
target = '_blank'
101
104
rel = 'noopener noreferrer'
@@ -106,7 +109,7 @@ const Footer = () => {
106
109
107
110
< li >
108
111
< Link
109
- className = 'hover:/75 text-sm font-medium transition hover:text-gray-300'
112
+ className = 'hover:/75 text-sm font-medium transition hover:text-gray-300'
110
113
href = '/privacy-policy'
111
114
>
112
115
Privacy Policy
@@ -115,7 +118,7 @@ const Footer = () => {
115
118
116
119
< li >
117
120
< Link
118
- className = 'hover:/75 text-sm font-medium transition hover:text-gray-300'
121
+ className = 'hover:/75 text-sm font-medium transition hover:text-gray-300'
119
122
href = 'https://github.com/nikohoffren'
120
123
target = '_blank'
121
124
rel = 'noopener noreferrer'
@@ -141,7 +144,7 @@ const Footer = () => {
141
144
142
145
< li >
143
146
< Link
144
- className = 'hover:/75 text-sm font-medium hover:text-gray-300'
147
+ className = 'hover:/75 text-sm font-medium hover:text-gray-300'
145
148
href = 'https://github.com/nikohoffren/fork-commit-merge/blob/main/CODE_OF_CONDUCT.md'
146
149
target = '_blank'
147
150
rel = 'noopener noreferrer'
@@ -151,7 +154,7 @@ const Footer = () => {
151
154
</ li >
152
155
< li >
153
156
< Link
154
- className = 'hover:/75 text-sm font-medium hover:text-gray-300'
157
+ className = 'hover:/75 text-sm font-medium hover:text-gray-300'
155
158
href = 'https://opensource.org/'
156
159
target = '_blank'
157
160
rel = 'noopener noreferrer'
0 commit comments