summaryrefslogtreecommitdiffstats
path: root/web/react/components
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
commit14b409220e76e73fab6b0df9c724599bc97b1da2 (patch)
tree8c1c9c95259886587f20271f0cfbd16a0be87b6a /web/react/components
parentfdb3f152748a3590516e53fd3864eb91d3b62bbb (diff)
downloadchat-14b409220e76e73fab6b0df9c724599bc97b1da2.tar.gz
chat-14b409220e76e73fab6b0df9c724599bc97b1da2.tar.bz2
chat-14b409220e76e73fab6b0df9c724599bc97b1da2.zip
Switching from config file to parsing homelink from url
Diffstat (limited to 'web/react/components')
-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>