Merge pull request #10 from mattermost/mm-1251

fixes mm-1251 updates sign up now link
This commit is contained in:
Corey Hulen
2015-06-16 09:29:36 -08:00

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>