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
commit87c4b86b17d34418421869a89a378dbc3aee283f (patch)
treec9929f945bbfd7707ff1de0d8954caa3dbda27f4
parent595a912be7ba2c52e5760e15a38b216e23a192ba (diff)
parent081b22f7bb29ce4f884177c7782c838a5939e9a4 (diff)
downloadchat-87c4b86b17d34418421869a89a378dbc3aee283f.tar.gz
chat-87c4b86b17d34418421869a89a378dbc3aee283f.tar.bz2
chat-87c4b86b17d34418421869a89a378dbc3aee283f.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>