summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-16 07:53:58 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-16 07:53:58 -0400
commit081b22f7bb29ce4f884177c7782c838a5939e9a4 (patch)
treec9929f945bbfd7707ff1de0d8954caa3dbda27f4 /web
parent83e0a757c093a2664952b7aedb7470fe44289945 (diff)
downloadchat-081b22f7bb29ce4f884177c7782c838a5939e9a4.tar.gz
chat-081b22f7bb29ce4f884177c7782c838a5939e9a4.tar.bz2
chat-081b22f7bb29ce4f884177c7782c838a5939e9a4.zip
fixes mm-1251 updates sign up now link
Diffstat (limited to 'web')
-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>