@@ -17,7 +17,7 @@ export function Ol(props: { items: React.ReactNode[] }) {
{i !== props.items.length - 1 ? (
- {t("faq.title")}
+ {t("about.title")}
+ {t("about.description")}
+ {t("about.faqTitle")}
{t("faq.q1.body")},
+
+ {t("about.q1.body")}
+ ,
+
+ {t("about.q2.body")}
+ ,
+
+ {t("about.q3.body")}
+ ,
]}
/>
- {t("faq.how.title")}
- {t("faq.how.body")}
);
diff --git a/src/setup/App.tsx b/src/setup/App.tsx
index cebb464a..d532d824 100644
--- a/src/setup/App.tsx
+++ b/src/setup/App.tsx
@@ -92,7 +92,7 @@ function App() {
-
+
{shouldHaveDmcaPage() ? (