From 650fbe88f6c61dc42d9e4e27a0d734786fd0bb9c Mon Sep 17 00:00:00 2001 From: Kory Anderson Date: Wed, 4 Sep 2024 16:20:10 +0100 Subject: [PATCH 1/2] Moves footer into nav to fix main body size issues --- app/(authenticated)/layout.tsx | 5 ----- components/Nav.tsx | 29 +++++++++++++++++++++++++---- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/app/(authenticated)/layout.tsx b/app/(authenticated)/layout.tsx index c937d538..919a1946 100644 --- a/app/(authenticated)/layout.tsx +++ b/app/(authenticated)/layout.tsx @@ -38,11 +38,6 @@ export default async function AuthenticatedLayout({
{children}
-
-