From a906a7a8676ae6d1ea394d89e19ec3d823af57f6 Mon Sep 17 00:00:00 2001 From: Pablo Kitzberger Date: Thu, 4 Jan 2024 20:21:54 -0300 Subject: [PATCH 1/3] ui(footer): fix footer size and responsive --- app/(dashboard)/dashboard/layout.tsx | 5 ++--- app/(dashboard2)/dashboard2/layout.tsx | 3 ++- app/(docs)/layout.tsx | 2 +- components/layout/site-footer.tsx | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/(dashboard)/dashboard/layout.tsx b/app/(dashboard)/dashboard/layout.tsx index 01907668..0e82b28a 100644 --- a/app/(dashboard)/dashboard/layout.tsx +++ b/app/(dashboard)/dashboard/layout.tsx @@ -22,9 +22,8 @@ export default async function DashboardLayout({ return (
- - {children} - +
{children}
+
); } diff --git a/app/(dashboard2)/dashboard2/layout.tsx b/app/(dashboard2)/dashboard2/layout.tsx index e110db32..1a997fea 100644 --- a/app/(dashboard2)/dashboard2/layout.tsx +++ b/app/(dashboard2)/dashboard2/layout.tsx @@ -31,7 +31,8 @@ export default async function DashboardLayout({ {children} - + + ); } diff --git a/app/(docs)/layout.tsx b/app/(docs)/layout.tsx index d0510ef6..865a036d 100644 --- a/app/(docs)/layout.tsx +++ b/app/(docs)/layout.tsx @@ -43,7 +43,7 @@ export default async function DocsLayout({ children }: DocsLayoutProps) {
{children}
- + ); } diff --git a/components/layout/site-footer.tsx b/components/layout/site-footer.tsx index f9192c66..30ae704a 100644 --- a/components/layout/site-footer.tsx +++ b/components/layout/site-footer.tsx @@ -7,9 +7,9 @@ import { Icons } from "@/components/shared/icons"; export function SiteFooter({ className }: React.HTMLAttributes) { return ( -