Skip to content

Commit

Permalink
Merge pull request #611 from nwplus/visit-website
Browse files Browse the repository at this point in the history
  • Loading branch information
martincai8 authored Oct 2, 2024
2 parents 3ed89a4 + 69f98d2 commit c2f18c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HackathonCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const HackathonCard = ({
hoverColor={buttonHoverColor}
isUpNext={isUpNext}
>
{applicationOpen ? 'Apply now' : visitWebsite ? 'Visit website' : 'Enter Portal'}
{visitWebsite ? 'Visit website' : applicationOpen ? 'Apply now' : 'Enter Portal'}
</Button>
<ApplicationStatusTextDesktop isUpNext={isUpNext}>
{getApplicationStatusText(applicationOpen, applicationDeadline)}
Expand Down

0 comments on commit c2f18c7

Please sign in to comment.