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