about summary refs log tree commit diff
path: root/app.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-07-23 19:46:10 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-23 12:46:10 +0200
commitbdbfb10cff0cee5158252caf2d6def3424a1d96d (patch)
treecc4fcbac2b13a23c0bec7c9cc9d6f25f1efca29f /app.json
parent4d661e11837c12a3381a08cb686fc5451e8d7deb (diff)
Fix logo URL (#4309)
Diffstat (limited to 'app.json')
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index 049f63a9e..a935b8232 100644
--- a/app.json
+++ b/app.json
@@ -2,7 +2,7 @@
   "name": "Mastodon",
   "description": "A GNU Social-compatible microblogging server",
   "repository": "https://github.com/tootsuite/mastodon",
-  "logo": "https://github.com/tootsuite/mastodon/raw/master/app/assets/images/logo.png",
+  "logo": "https://github.com/tootsuite/mastodon/raw/master/app/javascript/images/logo.svg",
   "env": {
     "HEROKU": {
       "description": "Leave this as true",