Skip to content

Commit 344f75b

Browse files
authored
Fix missing Node logo
1 parent 428f826 commit 344f75b

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,7 +2,7 @@
22
"name": "Start on Heroku: Node.js",
33
"description": "A barebones Node.js app using Express 4",
44
"repository": "https://github.com/heroku/node-js-getting-started",
5-
"logo": "http://node-js-sample.herokuapp.com/node.svg",
5+
"logo": "https://raw.githubusercontent.com/heroku/node-js-getting-started/master/public/node.svg",
66
"keywords": ["node", "express", "heroku"],
77
"image": "heroku/nodejs"
88
}

0 commit comments

Comments
 (0)