From bdbfb10cff0cee5158252caf2d6def3424a1d96d Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sun, 23 Jul 2017 19:46:10 +0900 Subject: Fix logo URL (#4309) --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.json') 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", -- cgit