Made the logo link to home

This commit is contained in:
2019-06-02 23:25:49 +10:00
parent b76d22137f
commit 3861dceef3
4 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"stop": "forever stop server/index.js",
"node": "node server/index.js",
"webpack": "webpack --mode=development",
"webpack-production": "webpack --mode=production"
"webpack-production": "webpack --mode=production",
"update": "git pull && npm run webpack-production && npm restart"
},
"author": "Kayne Ruse",
"license": "",