Fixed title whe in dev env

This commit is contained in:
2024-08-15 18:50:52 -04:00
parent c1cfa8bb82
commit ce814c306b
+2 -1
View File
@@ -6,7 +6,8 @@ const router = require('express').Router();
const conf = require('../conf');
const values ={
title: conf.environment !== 'production' ? `<i class="fa-brands fa-dev"></i>` : ''
title: conf.environment !== 'production' ? `dev` : '',
titleIcon: conf.environment !== 'production' ? `<i class="fa-brands fa-dev"></i>` : '',
}
// List of front end node modules to be served