diff --git a/app.js b/app.js index ea4b837..6542f17 100644 --- a/app.js +++ b/app.js @@ -178,7 +178,7 @@ app.get('/contact', (req, res) => { // Contact Route (Render the contact form) app.get('/chat', (req, res) => { res.render('chat', { - title: `Chat ${process.env.OWNER_NAME}`, + title: `RayAI - Raven's Chatbot`, msg: undefined, menuItems // Pass the menu items to the view });