From 2006a46824e7a4f8cae77466c0d2a76746ae15ab Mon Sep 17 00:00:00 2001 From: Andrei Balanuta <43002968+snurfer0@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:22:29 +0200 Subject: [PATCH 1/3] fix: footer glitch --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3ebff6d..8de4996 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,10 +22,10 @@ export default function RootLayout({ - + - {children} +
{children}