fixes mm-1251 updates sign up now link

This commit is contained in:
JoramWilander
2015-06-16 07:53:58 -04:00
parent f162fb1267
commit 71c810076c

View File

@@ -74,7 +74,7 @@ var FindTeamDomain = React.createClass({
<br/>
<br/>
<div>
<span>{"Want to create your own " + strings.Team + "?"} <a href="/" className="signup-team-login">Sign up now</a></span>
<span>{"Want to create your own " + strings.Team + "?"} <a href={config.HomeLink} className="signup-team-login">Sign up now</a></span>
</div>
</form>
</div>