Skip to content

Commit

Permalink
fix: remove extraneous div
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderl19 committed Nov 22, 2023
1 parent 6fea7e5 commit c6e4ec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/site/src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default function Home() {
<>
<Landing />
<MentorVolunteer />
<div style={{ height: 400 }}></div>
</>
);
}

0 comments on commit c6e4ec0

Please sign in to comment.