summaryrefslogtreecommitdiffstats
path: root/web/templates/signup_team.html
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-23 10:05:44 -0800
committerCorey Hulen <corey@hulen.com>2015-06-23 10:05:44 -0800
commitbd56aef5ce7b1c8e6c4854a12f447ab485696210 (patch)
tree4df49f1a7182f5d7a2babe20bf5ed4238fb29092 /web/templates/signup_team.html
parent705d0e9342ba3d52a1402a6cd00b1e409d2fa502 (diff)
parent6512f3adb4d3b958cdd59debf056f92c85b25a35 (diff)
downloadchat-bd56aef5ce7b1c8e6c4854a12f447ab485696210.tar.gz
chat-bd56aef5ce7b1c8e6c4854a12f447ab485696210.tar.bz2
chat-bd56aef5ce7b1c8e6c4854a12f447ab485696210.zip
Merge pull request #54 from asaadmahmoodspin/master
MM-1339 - Updating Ui for sign up page
Diffstat (limited to 'web/templates/signup_team.html')
-rw-r--r--web/templates/signup_team.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
index 6b4887dd1..f7e277340 100644
--- a/web/templates/signup_team.html
+++ b/web/templates/signup_team.html
@@ -8,7 +8,8 @@
<div class="col-sm-12">
<div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" />
- <h4>{{ .SiteName }} is free for an unlimited time, for unlimited users </h4>
+ <h2>All team communication in one place, searchable and accessible anywhere</h2>
+ <h4 class="text--light">{{ .SiteName }} is free for an unlimited time, for unlimited users </h4 class="text--light">
<div id="signup-team"></div>
<a class="signup-team-login" href="/login">or Sign In</a>
</div>