Skip to content

Commit

Permalink
update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1009 committed Sep 17, 2024
1 parent 8975585 commit 52fa0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {MainLandingPage} from '../components/'
export default function Home() {
return (
<div className="">
<MainLandingPage session={undefined} />
<MainLandingPage session={null} />
</div>
);
}

0 comments on commit 52fa0c6

Please sign in to comment.