Skip to content

Commit

Permalink
(WEB-81) comment out actionable items for now
Browse files Browse the repository at this point in the history
  • Loading branch information
GetBlackBoxSolutions committed Sep 1, 2024
1 parent 8705919 commit fd3f08f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/app/cohorts/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,16 @@ export default function CohortPage() {
</p>
</Section>

{/*
//TODO: Uncomment when we find a way to handle cohort registration and notifications
<Section classNames='bgBlue'>
<h2>Cohort Information</h2>
<OfferingCard
text={cohortStatusMessage}
buttonText='Get Notified'
buttonLink='/'
/>
</Section>
</Section> */}

<Section classNames='bgBlue'>
<h2>Previous Cohorts</h2>
Expand Down
5 changes: 4 additions & 1 deletion src/app/community/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,17 @@ export default function CommunityPage() {
propelling us toward new heights of achievement and impact.
</p>
</Section>
{/*
//TODO: Add this section back in when we have a way to get involved
<Section classNames='bgBlue'>
<h2>Get Involved</h2>
<OfferingCard
text='Want to become a speaker at an event?'
buttonText='Get Involved'
buttonLink='/'
/>
</Section>
</Section>
*/}
<Section classNames='bgBlue'>
<div className={styles.teamSection}>
<h2>Our Team</h2>
Expand Down

0 comments on commit fd3f08f

Please sign in to comment.