From e83c8cc4db04d0db389a07534e7d10f04455a620 Mon Sep 17 00:00:00 2001 From: rzmk Date: Sat, 23 Dec 2023 17:32:17 -0500 Subject: [PATCH] chore: add faq about theme switching --- src/components/FAQ.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/FAQ.jsx b/src/components/FAQ.jsx index 5596321..a06a2a0 100644 --- a/src/components/FAQ.jsx +++ b/src/components/FAQ.jsx @@ -82,6 +82,10 @@ const FAQData = [ }, ], }, + { + question: "Is there a light theme?", + answer: "Yes, you may change the theme with the sun/moon icon on the top right of qsv pro.", + }, ]; export const FAQ = () => (