Skip to content

Commit

Permalink
Merge pull request #54 from RENCI/rmv-star-ventures-btn
Browse files Browse the repository at this point in the history
hide star ventures registration button
  • Loading branch information
suejinkim20 authored Jun 18, 2024
2 parents c10f37b + 3a8c046 commit 4175d99
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 4175d99

Please sign in to comment.