Skip to content

Commit

Permalink
Merge pull request #55 from RENCI/develop
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
suejinkim20 authored Jun 20, 2024
2 parents ced4612 + 4175d99 commit 7fc77e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/sections/programs/starVenturesPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ export const StarVenturesPanel = ({title, content}) => {
}
</PanelContentGridContainer>

<MainPanelButton
{/* hide registration button (below) when registration is closed */}

{/* <MainPanelButton
title="Registration Form"
to={content.registrationLink}
external
/>
/> */}

<Typography sx={{color: '#fff', py: '1rem'}}>{content.minorsNote}</Typography>
</Container>
)
Expand Down

0 comments on commit 7fc77e3

Please sign in to comment.