diff --git a/components/layout/Container.tsx b/components/layout/Container.tsx index 262a200..16594ce 100644 --- a/components/layout/Container.tsx +++ b/components/layout/Container.tsx @@ -5,7 +5,7 @@ export default function Container({ }) { return (
-
{children}
+
{children}
); } diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index 1904b7c..4023a5b 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -1,6 +1,6 @@ export default function Footer() { return ( -