From bf985d75f6bf181d2c687d194981ad930609cdd2 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Date: Fri, 26 Jul 2024 16:59:38 -0400 Subject: [PATCH] Fix home page layout --- frontend/src/pages/home/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/home/Home.tsx b/frontend/src/pages/home/Home.tsx index 0a94af3785..9e8bb78967 100644 --- a/frontend/src/pages/home/Home.tsx +++ b/frontend/src/pages/home/Home.tsx @@ -23,7 +23,7 @@ const Home: React.FC = () => { const enableTeamSection = useEnableTeamSection(); return ( - +
{!projectsAvailable && !aiFlows && !resourcesSection && !enableTeamSection ? ( { {enableTeamSection} )} - +
); };