From d14001b92f673eb6e3c057532e41980f62a6f90d Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Wed, 6 Nov 2024 16:49:09 +0100 Subject: [PATCH] fix: update FAQs --- constants/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/index.jsx b/constants/index.jsx index 4c2c46a..36241ca 100644 --- a/constants/index.jsx +++ b/constants/index.jsx @@ -62,13 +62,13 @@ export const questions = [ key: "item-2", question: "What is MERNMail?", answer: - "MERNMail is an open-source webmail application that is built on MERN stack. MERNMail also has an address book functionality. MERNMail is licensed under a permissive MIT license." + "MERNMail is an open-source webmail application that is built on MERN stack (MongoDB, Express, React, Node.JS). MERNMail also has an address book functionality. MERNMail is licensed under a permissive MIT license." }, { key: "item-3", question: "How did MERNMail get its name?", answer: - 'MERNMail got its name from the MERN stack that the application is built on ("MERN") and the purpose of the application - a webmail application ("Mail").' + 'MERNMail got its name from the technology stack the application is built on ("MERN") and the purpose of the application - a webmail application ("Mail").' }, { key: "item-4",