From 87a909dd0dd16a5387003685b8ffc2217789f206 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 29 Oct 2024 23:05:43 +0100 Subject: [PATCH] remove banner --- src/components/Layout.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index 498d62d..063e1a3 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -8,7 +8,6 @@ export function Layout({ children, showFooter = true }) { return ( <>
-
{children}
{showFooter && }