summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-16 15:35:34 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-16 15:35:34 -0400
commit2b5fb34c32c7fbdd56bfcd3977d4e65fd8506a69 (patch)
tree50a191135df946b57978712bcb55e236ead10b4a /web/react/components/login.jsx
parent7b49194d9eda3005e7bd97120dd19224ffff6c8c (diff)
downloadchat-2b5fb34c32c7fbdd56bfcd3977d4e65fd8506a69.tar.gz
chat-2b5fb34c32c7fbdd56bfcd3977d4e65fd8506a69.tar.bz2
chat-2b5fb34c32c7fbdd56bfcd3977d4e65fd8506a69.zip
Switching from config file to parsing homelink from url
Diffstat (limited to 'web/react/components/login.jsx')
-rw-r--r--web/react/components/login.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index 685e1b058..103a93bc6 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={config.HomeLink} className="signup-team-login">Sign up now</a></span>
+ <span>{"Want to create your own " + strings.Team + "?"} <a href={utils.getHomeLink()} className="signup-team-login">Sign up now</a></span>
</div>
</form>
</div>
@@ -188,7 +188,7 @@ module.exports = React.createClass({
<a href="/reset_password">I forgot my password</a>
</div>
<div className="external-link">
- <span>{"Want to create your own " + strings.Team + "?"} <a href={config.HomeLink} className="signup-team-login">Sign up now</a></span>
+ <span>{"Want to create your own " + strings.Team + "?"} <a href={utils.getHomeLink()} className="signup-team-login">Sign up now</a></span>
</div>
</form>
</div>