From 4ece2a9461c5969c575910ecf08be328097e10e0 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 2 Oct 2024 04:24:40 -0400 Subject: [PATCH] update AI page --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });