diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index e564a4e..a6c9c17 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -6,8 +6,7 @@ import "@/lib/patch-toJSON-BigInt"; import { Navbar } from "@/components/Navbar"; import Providers from "@/components/Providers"; import { ReactQueryDevtools } from "@tanstack/react-query-devtools"; -import { TwitterIcon, BookIcon, GitPullRequestIcon, MessageSquareIcon } from "lucide-react"; -import Link from "next/link"; +import { Footer } from "@/components/Footer"; export const metadata: Metadata = { title: "Cuiloa", @@ -29,28 +28,15 @@ export default function RootLayout({ // Necessary for next-themes: https://github.com/pacocoursey/next-themes?tab=readme-ov-file#with-app suppressHydrationWarning > - + -
+
{children}
-
- - - - - - - - - - - - -
+