@@ -59,7 +59,7 @@ export function Footer() {
59
59
</ h2 >
60
60
< ul className = "space-y-4" >
61
61
{ footerNav [ section ] . items . map ( ( item ) => (
62
- < li key = { item . href } >
62
+ < li key = { item . title } >
63
63
< Link href = { item . href } >
64
64
< a className = "text-base text-gray-500 transition duration-200 ease-in-out hover:font-semibold hover:text-gray-900 dark:text-gray-400 dark:hover:text-white" >
65
65
{ item . title }
@@ -120,33 +120,34 @@ export function Footer() {
120
120
</ a >
121
121
</ span >
122
122
</ div >
123
- < div className = "container mx-auto mb-0 flex flex-col items-center px-5 py-2 sm:flex-row" >
123
+ < div className = "container mx-auto mb-0 flex flex-col items-center py-2 sm:flex-row" >
124
124
< div className = "title-font flex items-center justify-center font-medium text-gray-900 md:justify-start" >
125
125
< p className = "mt-2 text-sm text-gray-500" >
126
126
© { new Date ( ) . getFullYear ( ) } Javaistic. All rights reserved.
127
127
</ p >
128
128
</ div >
129
- < div className = "flex items-center" > </ div >
130
- < a
131
- href = "#"
132
- className = "title-font flex items-center justify-center pl-6 font-medium text-gray-900 md:justify-start"
133
- >
134
- < p className = "mt-2 text-sm text-gray-500" > Privacy Policy</ p >
135
- </ a >
136
- < a
137
- href = "#"
138
- className = "title-font flex items-center justify-center pl-6 font-medium text-gray-900 md:justify-start"
139
- >
140
- < p className = "mt-2 text-sm text-gray-500" > Terms & Conditions</ p >
141
- </ a >
142
- < a
143
- href = "https://javaistic.betteruptime.com"
144
- className = "title-font flex items-center justify-center pl-6 font-medium text-gray-900 md:justify-start"
145
- >
146
- < p className = "mt-2 text-sm text-gray-500 hover:text-black dark:hover:text-white" >
147
- Status
148
- </ p >
149
- </ a >
129
+ < div className = "flex items-center" >
130
+ < a
131
+ href = "#"
132
+ className = "title-font flex items-center justify-center pl-6 font-medium text-gray-900 md:justify-start"
133
+ >
134
+ < p className = "mt-2 text-sm text-gray-500" > Privacy Policy</ p >
135
+ </ a >
136
+ < Link href = "/terms-and-conditions" >
137
+ < a className = "title-font flex items-center justify-center pl-6 font-medium md:justify-start" >
138
+ < p className = "mt-2 text-sm text-gray-500 hover:text-black dark:hover:text-white" >
139
+ Terms & Conditions
140
+ </ p >
141
+ </ a >
142
+ </ Link >
143
+ < Link href = "/status" >
144
+ < a className = "title-font flex items-center justify-center pl-6 font-medium text-gray-900 md:justify-start" >
145
+ < p className = "mt-2 text-sm text-gray-500 hover:text-black dark:hover:text-white" >
146
+ Status
147
+ </ p >
148
+ </ a >
149
+ </ Link >
150
+ </ div >
150
151
< div className = "mt-4 inline-flex justify-center sm:ml-auto sm:mt-0 sm:justify-start" >
151
152
< MadeInBadge />
152
153
</ div >
0 commit comments