summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-23 08:10:29 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-23 08:10:29 -0400
commitd404aa1a4c38198ce48270c459882570d58f3202 (patch)
tree6ce7bdbed8ae986402dc288726ec1181b164d687 /web/templates
parent7ef6ab0e2c79d5c0100749839709eb6f0d543b2f (diff)
parent251f6d7b35280fb58d3f8fb91842890060af3426 (diff)
downloadchat-d404aa1a4c38198ce48270c459882570d58f3202.tar.gz
chat-d404aa1a4c38198ce48270c459882570d58f3202.tar.bz2
chat-d404aa1a4c38198ce48270c459882570d58f3202.zip
Merge pull request #1148 from asaadmahmoodspin/ui-improvements
Ui improvements
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/authorize.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/authorize.html b/web/templates/authorize.html
index b0fa3e475..430291676 100644
--- a/web/templates/authorize.html
+++ b/web/templates/authorize.html
@@ -6,7 +6,7 @@
<div class="oauth-prompt">
<div class="prompt__heading">
<div class="prompt__app-icon">
- <img src="/static/images/icon50x50.gif" width="50" height="50" alt="">
+ <img src="/static/images/icon50x50.png" width="50" height="50" alt="">
</div>
<div class="text">An application would like to connect to your {{.Props.TeamName}} account.</div>
</div>