fix: update FAQs

This commit is contained in:
Dorian Niemiec 2024-11-06 16:49:09 +01:00
parent 7cd8286780
commit d14001b92f

View file

@ -62,13 +62,13 @@ export const questions = [
key: "item-2", key: "item-2",
question: "What is MERNMail?", question: "What is MERNMail?",
answer: 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", key: "item-3",
question: "How did MERNMail get its name?", question: "How did MERNMail get its name?",
answer: 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", key: "item-4",