Skip to content

Commit

Permalink
Re-enable registration (#81)
Browse files Browse the repository at this point in the history
* Re-enable registration

* Show nice text

* adfsd
  • Loading branch information
Wal Wal committed Jan 29, 2021
1 parent a942471 commit 391cea0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
22 changes: 13 additions & 9 deletions src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,17 +215,21 @@ const PrivateRoute = ({children, ...rest}: RouteProps) => {
<LogoLink to='/'>
<StyledLogo />
</LogoLink>
<h1>Registrations closed.</h1>
<p>
Sorry, registrations closed on January 27, 23:59 EST.
<br />
<br />
Follow us on our socials so you don't miss out on our future
events!
</p>
<h1>
We've opened registrations just for you{' '}
<span aria-label='wink'>😉</span>
</h1>
<p>Fill out the application once more to join the hackathon.</p>
<StyledButton
kind='button'
kind='link'
color='var(--wineLight)'
link='/dashboard/registration'
>
Registration
</StyledButton>
<StyledButton
kind='button'
color='var(--wine)'
action={handleSignOut}
>
Sign Out
Expand Down
4 changes: 2 additions & 2 deletions src/pages/dashboard/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ export default () => {
</GitHubButton>
</OAuthButtons>
<OptionButtons>
<OptionButton to='/dashboard/sign-up'>
{/* <OptionButton to='/dashboard/sign-up'>
I don't have an account
</OptionButton>
</OptionButton> */}
<OptionButton style={{marginTop: '1rem'}} to='/dashboard/forgot'>
Reset password
</OptionButton>
Expand Down

0 comments on commit 391cea0

Please sign in to comment.