From fe12f4dc5d17782121ed7a5090f282aad4b1f492 Mon Sep 17 00:00:00 2001 From: zeke Date: Fri, 18 Apr 2014 14:57:47 -0700 Subject: [PATCH] update logo url in app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 7a72cb8..46edc36 100644 --- a/app.json +++ b/app.json @@ -2,6 +2,6 @@ "name": "Node.js Slideshow", "description": "A barebones Node.js app using Express 4", "repository": "https://github.com/heroku/node-js-sample", - "logo": "https://github.com/heroku/node-js-sample/node.svg", + "logo": "http://node-js-sample.herokuapp.com/node.svg", "keywords": ["node", "express", "static"] }