diff --git a/components/_Core/Section/Layout.tsx b/components/_Core/Section/Layout.tsx index 5f1fc8b2..c6b78dc8 100644 --- a/components/_Core/Section/Layout.tsx +++ b/components/_Core/Section/Layout.tsx @@ -122,21 +122,6 @@ export const LayoutNoNav: React.FC = ({ children }) => { -
- {!showFeedOverlay && ( - - )} -
{showGalaxy && ( - setShowGalaxy(false)} />)} -
- ) - + ); }; \ No newline at end of file diff --git a/pages/tests/bento.tsx b/pages/tests/bento.tsx index 7bcbc096..0e668964 100644 --- a/pages/tests/bento.tsx +++ b/pages/tests/bento.tsx @@ -3,6 +3,8 @@ import { BentoGridThirdDemo } from "../../components/Content/Visuals/Bento"; export default function BentoTestPage() { return ( - - ) -} \ No newline at end of file +
+ +
+ ); +}; \ No newline at end of file