From 182a45f7c2d1f291fdbdecc8917d9171919eafea Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Wed, 15 Apr 2020 04:02:13 +1200 Subject: [PATCH] Correctly replace logo link in app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 98bb050..2f9e557 100644 --- a/app.json +++ b/app.json @@ -2,5 +2,5 @@ "name": "Bibliogram", "description": "An alternative front-end for Instagram.", "repository": "https://github.com/cloudrac3r/bibliogram", - "logo": "https://node-js-sample.herokuapp.com/node.png" + "logo": "https://bibliogram.art/android-chrome-192x192.png" }