diff options
author | Corey Hulen <corey@hulen.com> | 2015-06-16 09:29:36 -0800 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-06-16 09:29:36 -0800 |
commit | 6f1f705abefdf36aa793700dd8289033caea0bc7 (patch) | |
tree | 6569bf74642ac95bff76a0adfe7c9e99d0c5f56e /web/react | |
parent | 4b478f55c2ab57c9acd2bcd07f4fd6e1344a2cb3 (diff) | |
parent | 71c810076cdfbf398811c47e0b32356d01ac3fab (diff) | |
download | chat-6f1f705abefdf36aa793700dd8289033caea0bc7.tar.gz chat-6f1f705abefdf36aa793700dd8289033caea0bc7.tar.bz2 chat-6f1f705abefdf36aa793700dd8289033caea0bc7.zip |
Merge pull request #10 from mattermost/mm-1251
fixes mm-1251 updates sign up now link
Diffstat (limited to 'web/react')
-rw-r--r-- | web/react/components/login.jsx | 2 |
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> |