@@ -4,7 +4,7 @@ import useThemeContext from '@theme/hooks/useThemeContext';
4
4
const communities = [
5
5
{
6
6
name : 'Twitter' ,
7
- url : 'https://twitter.com/nativebaseio ' ,
7
+ url : 'https://twitter.com/nativebase ' ,
8
8
} ,
9
9
{
10
10
name : 'StackOverflow' ,
@@ -55,16 +55,14 @@ export default function Footer() {
55
55
return (
56
56
< div className = "tailwind" >
57
57
< div
58
- className = { `w-full py-8 mt-10 ${
59
- isDarkTheme ? 'bg-coolGray-800' : 'bg-coolGray-100'
60
- } `}
58
+ className = { `w-full py-8 mt-10 ${ isDarkTheme ? 'bg-coolGray-800' : 'bg-coolGray-100'
59
+ } `}
61
60
>
62
61
< div className = "flex flex-col justify-between w-full px-6 mx-auto text-gray-500 max-w-7xl lg:px-4 md:flex-row gap-y-10" >
63
62
< div className = "" >
64
63
< div
65
- className = { `font-semibold ${
66
- isDarkTheme ? 'text-gray-100' : 'text-gray-900'
67
- } `}
64
+ className = { `font-semibold ${ isDarkTheme ? 'text-gray-100' : 'text-gray-900'
65
+ } `}
68
66
>
69
67
Docs
70
68
</ div >
@@ -73,9 +71,8 @@ export default function Footer() {
73
71
return (
74
72
< div className = "text-gray-500 hover:underline" key = { idx } >
75
73
< a
76
- className = { ` ${ linkHoverColor } ${
77
- isDarkTheme ? 'text-gray-200' : 'text-gray-500'
78
- } `}
74
+ className = { ` ${ linkHoverColor } ${ isDarkTheme ? 'text-gray-200' : 'text-gray-500'
75
+ } `}
79
76
rel = "noreferrer"
80
77
href = { items . url }
81
78
>
@@ -88,9 +85,8 @@ export default function Footer() {
88
85
</ div >
89
86
< div >
90
87
< div
91
- className = { `font-semibold ${
92
- isDarkTheme ? 'text-gray-100' : 'text-gray-900'
93
- } `}
88
+ className = { `font-semibold ${ isDarkTheme ? 'text-gray-100' : 'text-gray-900'
89
+ } `}
94
90
>
95
91
Community
96
92
</ div >
@@ -99,9 +95,8 @@ export default function Footer() {
99
95
return (
100
96
< div className = "hover:underline " key = { idx } >
101
97
< a
102
- className = { ` ${ linkHoverColor } ${
103
- isDarkTheme ? 'text-gray-200' : 'text-gray-500'
104
- } `}
98
+ className = { ` ${ linkHoverColor } ${ isDarkTheme ? 'text-gray-200' : 'text-gray-500'
99
+ } `}
105
100
rel = "noreferrer"
106
101
target = "_blank"
107
102
href = { items . url }
@@ -115,9 +110,8 @@ export default function Footer() {
115
110
</ div >
116
111
< div className = "" >
117
112
< div
118
- className = { `font-semibold ${
119
- isDarkTheme ? 'text-gray-100' : 'text-gray-900'
120
- } `}
113
+ className = { `font-semibold ${ isDarkTheme ? 'text-gray-100' : 'text-gray-900'
114
+ } `}
121
115
>
122
116
More
123
117
</ div >
@@ -126,9 +120,8 @@ export default function Footer() {
126
120
return (
127
121
< div className = "hover:underline" key = { idx } >
128
122
< a
129
- className = { ` ${ linkHoverColor } ${
130
- isDarkTheme ? 'text-gray-200' : 'text-gray-500'
131
- } `}
123
+ className = { ` ${ linkHoverColor } ${ isDarkTheme ? 'text-gray-200' : 'text-gray-500'
124
+ } `}
132
125
rel = "noreferrer"
133
126
target = "_blank"
134
127
href = { items . url }
@@ -143,9 +136,8 @@ export default function Footer() {
143
136
< div className = "flex flex-col space-y-5 text-gray-500 list-none" >
144
137
< div className = "hover:underline" >
145
138
< a
146
- className = { ` ${ linkHoverColor } ${
147
- isDarkTheme ? 'text-gray-200' : 'text-gray-500'
148
- } `}
139
+ className = { ` ${ linkHoverColor } ${ isDarkTheme ? 'text-gray-200' : 'text-gray-500'
140
+ } `}
149
141
href = "https://geekyants.com/?utm_source=RnD& utm_medium = Landing_Page & utm_campaign = NativeBase_3 "
150
142
target = "_blank"
151
143
rel = "noreferrer"
@@ -161,9 +153,8 @@ export default function Footer() {
161
153
href = "https://www.linkedin.com/company/nativebase/about/?viewAsMember=true"
162
154
>
163
155
< svg
164
- className = { `w-6 h-6 ${
165
- isDarkTheme ? 'text-gray-200' : 'text-gray-500 '
166
- } fill-current`}
156
+ className = { `w-6 h-6 ${ isDarkTheme ? 'text-gray-200' : 'text-gray-500 '
157
+ } fill-current`}
167
158
aria-hidden = "true"
168
159
focusable = "false"
169
160
data-prefix = "fab"
@@ -185,9 +176,8 @@ export default function Footer() {
185
176
href = "https://www.instagram.com/nativebaseio/?hl=en"
186
177
>
187
178
< svg
188
- className = { `w-6 h-6 ${
189
- isDarkTheme ? 'text-gray-200' : 'text-gray-500 '
190
- } fill-current`}
179
+ className = { `w-6 h-6 ${ isDarkTheme ? 'text-gray-200' : 'text-gray-500 '
180
+ } fill-current`}
191
181
xmlns = "http://www.w3.org/2000/svg"
192
182
data-name = "Layer 1"
193
183
viewBox = "0 0 24 24"
@@ -201,9 +191,8 @@ export default function Footer() {
201
191
href = "https://www.youtube.com/channel/UCoL_iTwpY07vDs91974z3xA/about"
202
192
>
203
193
< svg
204
- className = { `w-6 h-6 ${
205
- isDarkTheme ? 'text-gray-200' : 'text-gray-500 '
206
- } fill-current`}
194
+ className = { `w-6 h-6 ${ isDarkTheme ? 'text-gray-200' : 'text-gray-500 '
195
+ } fill-current`}
207
196
version = "1.0"
208
197
xmlns = "http://www.w3.org/2000/svg"
209
198
width = "512.000000pt"
@@ -233,9 +222,8 @@ export default function Footer() {
233
222
</ a >
234
223
</ div >
235
224
< div
236
- className = { `text-sm ${
237
- isDarkTheme ? 'text-gray-200' : 'text-gray-500 '
238
- } `}
225
+ className = { `text-sm ${ isDarkTheme ? 'text-gray-200' : 'text-gray-500 '
226
+ } `}
239
227
>
240
228
Copyright © 2021 NativeBase
241
229
</ div >
0 commit comments