Merge pull request #10 from mattermost/mm-1251

fixes mm-1251 updates sign up now link
Этот коммит содержится в:
Corey Hulen
2015-06-16 09:29:36 -08:00
родитель 595a912be7 081b22f7bb
Коммит 87c4b86b17

Просмотреть файл

@@ -74,7 +74,7 @@ var FindTeamDomain = React.createClass({
<br/> <br/>
<br/> <br/>
<div> <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> </div>
</form> </form>
</div> </div>