From fbd95b0a82f3c66ab1c5ab03aa69fa226e6a3a17 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 2 Oct 2024 05:34:29 -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 799e808..03b1218 100644 --- a/app.js +++ b/app.js @@ -178,7 +178,7 @@ app.get('/about-rayai', (req, res) => { const aboutContentHtml = marked(data); // Convert markdown to HTML - res.render('about', { + res.render('about-rayai', { title: `About RayAI`, content: aboutContentHtml, menuItems // Pass the menu items to the view