summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_signup_with_email.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/team_signup_with_email.jsx')
-rw-r--r--webapp/components/team_signup_with_email.jsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/webapp/components/team_signup_with_email.jsx b/webapp/components/team_signup_with_email.jsx
index 12a679791..90a6e9773 100644
--- a/webapp/components/team_signup_with_email.jsx
+++ b/webapp/components/team_signup_with_email.jsx
@@ -102,14 +102,6 @@ class EmailSignUpPage extends React.Component {
</button>
{serverError}
</div>
- <div className='form-group margin--extra-2x'>
- <span><a href='/find_team'>
- <FormattedMessage
- id='email_signup.find'
- defaultMessage='Find my teams'
- />
- </a></span>
- </div>
</form>
);
}