From 5f814485e32aca619c05ca7d66cd9e150f20e533 Mon Sep 17 00:00:00 2001 From: Liam Arbuckle Date: Sat, 23 Mar 2024 13:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=EF=B8=8F=F0=9F=8E=80=F0=9F=92=A0=20=E2=86=9D?= =?UTF-8?q?=20[SGV2-10=20SGV2-15]:=20Removing=20more=20feed=20overlay=20co?= =?UTF-8?q?mponents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/_Core/Section/Layout.tsx | 17 +---------------- pages/tests/bento.tsx | 8 +++++--- 2 files changed, 6 insertions(+), 19 deletions(-) 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