Skip to content

Commit

Permalink
Update Login.js
Browse files Browse the repository at this point in the history
add link to participation form
  • Loading branch information
ksonda authored Aug 24, 2023
1 parent 4c6ba5e commit d850e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/src/pages/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default function Login() {
<Button variant='minimal' onClick={() => navigate('/forgot')}>
Forgot password?
</Button>
<Link href="https://docs.google.com/forms/d/1k7g63ODqcUkyhj7Pg2CxN9i0_XXc6SxHY5eIQDohTPI" isExternal>Want Access? Fill out the form</Link>
</VStack>
</LoginForm>
);
Expand Down

0 comments on commit d850e80

Please sign in to comment.