commit: bdbfb10cff0cee5158252caf2d6def3424a1d96d
parent: 4d661e11837c12a3381a08cb686fc5451e8d7deb
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Sun, 23 Jul 2017 19:46:10 +0900
Fix logo URL (#4309)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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",
diff --git a/scalingo.json b/scalingo.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": {
"LOCAL_DOMAIN": {
"description": "The domain that your Mastodon instance will run on (this can be appname.scalingo.io or a custom domain)",