aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index a65ef7dc..992d7428 100644
--- a/app.json
+++ b/app.json
@@ -7,7 +7,7 @@
"RSS"
],
"repository": "https://github.com/JARR/JARR.git",
- "logo": "https://raw.githubusercontent.com/JARR/JARR/master/src/web/static/img/logo.png",
+ "logo": "https://raw.githubusercontent.com/JARR/JARR/master/src/web/static/img/jarr.png",
"scripts": {
"postdeploy": "python src/manager.py db_create"
},
bgstack15