Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 7b80c7d

Browse files
author
Jeremy Morrell
committed
Fix missing Node logo
1 parent 01262b6 commit 7b80c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "Node.js Sample",
33
"description": "A barebones Node.js app using Express 4",
44
"repository": "https://github.com/heroku/node-js-sample",
5-
"logo": "http://node-js-sample.herokuapp.com/node.svg",
5+
"logo": "https://rawgit.com/heroku/node-js-sample/master/public/node.svg",
66
"keywords": ["node", "express", "static"]
77
}

0 commit comments

Comments
 (0)