Skip to content

Commit

Permalink
Merge pull request #56 from RENCI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
suejinkim20 authored Jul 11, 2024
2 parents ced4612 + 7fc77e3 commit afda7fb
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 afda7fb

Please sign in to comment.