Move deploy icons to svg

This commit is contained in:
Nick O'Leary
2019-06-21 16:08:43 +01:00
parent f22762539f
commit 3ff861099a
22 changed files with 20 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ var defaultContext = {
},
header: {
title: "Node-RED",
image: "red/images/node-red.png"
image: "red/images/node-red.svg"
},
asset: {
red: (process.env.NODE_ENV == "development")? "red/red.js":"red/red.min.js",