diff --git a/components/layout.tsx b/components/layout.tsx index 5ba4488..a27a162 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -11,11 +11,6 @@ const Layout = ({ children }: { children: React.ReactNode }) => { if(isMobile) { ret = ( - -
{children} @@ -26,11 +21,6 @@ const Layout = ({ children }: { children: React.ReactNode }) => { else { ret = ( - -
{children}