Skip to content

Commit

Permalink
Fix home page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-phillips-18 committed Jul 26, 2024
1 parent 74111de commit bf985d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Home: React.FC = () => {
const enableTeamSection = useEnableTeamSection();

return (
<Page data-testid="home-page">
<div data-testid="home-page">
<HomeHint />
{!projectsAvailable && !aiFlows && !resourcesSection && !enableTeamSection ? (
<PageSection
Expand All @@ -48,7 +48,7 @@ const Home: React.FC = () => {
{enableTeamSection}
</>
)}
</Page>
</div>
);
};

Expand Down

0 comments on commit bf985d7

Please sign in to comment.