diff --git a/app/(dashboard)/dashboard/accounts/page.tsx b/app/(dashboard)/dashboard/accounts/page.tsx
index 422c6f7d..897cce1c 100644
--- a/app/(dashboard)/dashboard/accounts/page.tsx
+++ b/app/(dashboard)/dashboard/accounts/page.tsx
@@ -33,23 +33,7 @@ export default async function DashboardPage() {
return (
<>
-
-
-
-
-
+
+
-
- {children}
-
+
{children}
+
);
}
diff --git a/app/(dashboard)/dashboard/page.tsx b/app/(dashboard)/dashboard/page.tsx
index 54e3f437..b2614b89 100644
--- a/app/(dashboard)/dashboard/page.tsx
+++ b/app/(dashboard)/dashboard/page.tsx
@@ -36,23 +36,7 @@ export default async function DashboardPage() {
return (
<>
-
-
-
-
-
+
-
-
-
-
-
+
+
@@ -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 (
-