From 18f0d42da43c80bf384d81cb3c255c7dd4a3692f Mon Sep 17 00:00:00 2001 From: Rocktim Saikia Date: Sun, 22 Dec 2024 02:29:11 +0530 Subject: [PATCH] Add FAQs section --- biome.json | 3 ++ client/components/Layout.tsx | 2 +- client/components/faq.tsx | 98 ++++++++++++++++++++++++++++++++++++ client/package.json | 1 + client/pages/index.tsx | 5 +- pnpm-lock.yaml | 12 +++++ 6 files changed, 119 insertions(+), 2 deletions(-) create mode 100644 client/components/faq.tsx diff --git a/biome.json b/biome.json index a79f55d..b998898 100644 --- a/biome.json +++ b/biome.json @@ -16,6 +16,9 @@ "style": { "noUnusedTemplateLiteral": "off", "useTemplate": "off" + }, + "security": { + "noDangerouslySetInnerHtml": "off" } } } diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 6e10a1d..3e45fa1 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -52,7 +52,7 @@ export default function Layout({ children, metaInfo }: Props) { -
{children}
+
{children}