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 && }