diff --git a/nodejs/routes/render.js b/nodejs/routes/render.js
index 7429f0d..b9876fc 100644
--- a/nodejs/routes/render.js
+++ b/nodejs/routes/render.js
@@ -6,7 +6,8 @@ const router = require('express').Router();
const conf = require('../conf');
const values ={
- title: conf.environment !== 'production' ? `` : ''
+ title: conf.environment !== 'production' ? `dev` : '',
+ titleIcon: conf.environment !== 'production' ? `` : '',
}
// List of front end node modules to be served