Skip to content

Commit

Permalink
feat: add back mentor, volunteer sections
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Dec 15, 2023
1 parent 5262d6c commit 45a0819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/site/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ const nextConfig = {
];
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion apps/site/src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Home() {
<>
<Landing />
<About />
{/* <MentorVolunteer /> */}
<MentorVolunteer />
<FAQ />
<Sponsors />
</>
Expand Down

0 comments on commit 45a0819

Please sign in to comment.