Skip to content

Commit

Permalink
Merge pull request #173 from nwplus/open_hc2023
Browse files Browse the repository at this point in the history
change regopen text
  • Loading branch information
michelleykim authored Oct 7, 2023
2 parents 092e203 + cd29def commit bd95afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HackathonCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const HackathonCard = ({ registrationOpen, link, dateString, imageLink, registra
<OverLayFooterContainer>
<EventDataContainer>
<EventRegistrationStatus registrationOpen={registrationOpen}>
{`${registrationOpen ? 'Registration Opens: ' + registrationOpenDate : 'Registration Closed'}`}
{`${registrationOpen ? 'Registration Open' : 'Registration Closed'}`}
</EventRegistrationStatus>
<EventDateString>{dateString}</EventDateString>
</EventDataContainer>
Expand Down

0 comments on commit bd95afe

Please sign in to comment.