@@ -62,7 +62,6 @@ export default function DocPage({ params }: Props) {
62
62
</ ContentLayout >
63
63
</ main >
64
64
< DocsPager doc = { doc } />
65
- < DocFooter />
66
65
< CarbonAds />
67
66
</ div >
68
67
< ToC doc = { doc } />
@@ -150,103 +149,6 @@ function DocsPager({ doc }: { doc: Doc }) {
150
149
) ;
151
150
}
152
151
153
- function DocFooter ( ) {
154
- return (
155
- < Footer className = "rounded-none pt-16 shadow-none lg:px-0 dark:bg-gray-900" >
156
- < div className = "w-full" >
157
- < div className = "grid w-full justify-between md:grid-cols-2" >
158
- < div className = "mb-4 max-w-sm lg:mb-0" >
159
- < Link href = "/" className = "flex items-center gap-3" >
160
- < Image alt = "" height = "32" src = "/favicon.svg" width = "32" className = "size-8" />
161
- < span className = "text-xl font-semibold text-gray-900 dark:text-gray-100" > Flowbite React</ span >
162
- </ Link >
163
- < p className = "mb-3 mt-4 max-w-sm text-gray-600 dark:text-gray-400" >
164
- Flowbite is an ecosystem built on top of Tailwind CSS including a component library, block sections, a
165
- Figma design system and other resources.
166
- </ p >
167
- < p className = "mb-3 mt-4 max-w-sm text-gray-600 dark:text-gray-400" >
168
- Code licensed{ " " }
169
- < a
170
- href = "https://github.com/themesberg/flowbite-react/blob/main/LICENSE"
171
- className = "text-cyan-600 hover:underline"
172
- >
173
- MIT
174
- </ a >
175
- , docs{ " " }
176
- < a
177
- href = "https://creativecommons.org/licenses/by/3.0/"
178
- rel = "nofollow noopener noreferrer"
179
- className = "text-cyan-600 hover:underline"
180
- >
181
- CC BY 3.0
182
- </ a >
183
- </ p >
184
- </ div >
185
- < div className = "grid grid-cols-2 gap-8 sm:mt-4 sm:grid-cols-3 sm:gap-6" >
186
- < div >
187
- < Footer . Title
188
- title = "Resources"
189
- className = "mb-6 text-sm font-semibold uppercase text-gray-900 dark:text-white"
190
- />
191
- < Footer . LinkGroup col className = "text-gray-600 dark:text-gray-400" >
192
- < Footer . Link href = "https://github.com/themesberg/flowbite-react" className = "text-base" >
193
- GitHub
194
- </ Footer . Link >
195
- < Footer . Link href = "https://flowbite.com/" className = "text-base" >
196
- Flowbite
197
- </ Footer . Link >
198
- < Footer . Link href = "https://tailwindcss.com/" className = "text-base" >
199
- Tailwind CSS
200
- </ Footer . Link >
201
- < Footer . Link href = "https://flowbite.com/figma/" className = "text-base" >
202
- Figma
203
- </ Footer . Link >
204
- </ Footer . LinkGroup >
205
- </ div >
206
- < div >
207
- < Footer . Title
208
- title = "Help & Support"
209
- className = "mb-6 text-sm font-semibold uppercase text-gray-900 dark:text-white"
210
- />
211
- < Footer . LinkGroup col className = "text-gray-600 dark:text-gray-400" >
212
- < Footer . Link href = "https://discord.gg/4eeurUVvTy" className = "text-base" >
213
- Discord
214
- </ Footer . Link >
215
- < Footer . Link href = "https://github.com/themesberg/flowbite-react/discussions" className = "text-base" >
216
- Github Discussions
217
- </ Footer . Link >
218
- </ Footer . LinkGroup >
219
- </ div >
220
- < div >
221
- < Footer . Title
222
- title = "Legal"
223
- className = "mb-6 text-sm font-semibold uppercase text-gray-900 dark:text-white"
224
- />
225
- < Footer . LinkGroup col className = "text-gray-600 dark:text-gray-400" >
226
- < Footer . Link href = "https://flowbite.com/license/" className = "text-base" >
227
- License
228
- </ Footer . Link >
229
- < Footer . Link href = "https://flowbite.com/brand/" className = "text-base" >
230
- Brand guideline
231
- </ Footer . Link >
232
- </ Footer . LinkGroup >
233
- </ div >
234
- </ div >
235
- </ div >
236
- < Footer . Divider />
237
- < div className = "w-full text-center sm:flex sm:items-center sm:justify-center" >
238
- < Footer . Copyright
239
- by = "All Rights Reserved. Flowbite™ is a registered trademark."
240
- href = "/"
241
- year = { new Date ( ) . getFullYear ( ) }
242
- className = "text-base"
243
- />
244
- </ div >
245
- </ div >
246
- </ Footer >
247
- ) ;
248
- }
249
-
250
152
function ToC ( { doc } : { doc : Doc } ) {
251
153
return (
252
154
< div className = "hidden w-64 flex-none px-8 xl:block xl:text-sm" >
0 commit comments