summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-16 09:29:36 -0800
committerCorey Hulen <corey@hulen.com>2015-06-16 09:29:36 -0800
commit48a16cea6409b7358562d7131151a51f6b80a765 (patch)
treee0b52735ed13a4f43b4999f351aa62199d4c94f4
parent594850d8e34d52bc0c985fdeea538a7f377df247 (diff)
parente5e7b10eda753e7747d5f6542fb4ccf80960fd3b (diff)
downloadchat-48a16cea6409b7358562d7131151a51f6b80a765.tar.gz
chat-48a16cea6409b7358562d7131151a51f6b80a765.tar.bz2
chat-48a16cea6409b7358562d7131151a51f6b80a765.zip
Merge pull request #10 from mattermost/mm-1251
fixes mm-1251 updates sign up now link
-rw-r--r--web/react/components/login.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index 8d82a4b62..685e1b058 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -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>