diff --git a/web/src/layout/BackgroundLayout.tsx b/web/src/layout/BackgroundLayout.tsx index 9e926c8..5ef432a 100644 --- a/web/src/layout/BackgroundLayout.tsx +++ b/web/src/layout/BackgroundLayout.tsx @@ -6,8 +6,9 @@ export interface IBackgroundLayoutProps { const BackgroundLayout: FC = ({ children }) => { return ( - //
-
+ //
+ //
+
{children}
);