diff --git a/components/Background.jsx b/components/Background.jsx
index 24b7ea0..0537f13 100644
--- a/components/Background.jsx
+++ b/components/Background.jsx
@@ -1,61 +1,7 @@
import React from "react";
const Background = ({ ...rest }) => {
- return (
-
- );
+ return ;
};
export default Background;
diff --git a/components/Layout.jsx b/components/Layout.jsx
index b48656b..b86cf07 100644
--- a/components/Layout.jsx
+++ b/components/Layout.jsx
@@ -25,7 +25,7 @@ const Layout = ({ children }) => {
{/* LINKS CARDS */}
-
+
{children}