We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b1dc0 commit 7e9b721Copy full SHA for 7e9b721
1 file changed
packages/console/app/src/routes/go/index.tsx
@@ -432,9 +432,7 @@ export default function Home() {
432
</Faq>
433
</li>
434
<li>
435
- <Faq question={i18n.t("go.faq.q5")}>
436
- {i18n.t("go.faq.a5.body")} <a href="mailto:contact@anoma.ly">{i18n.t("common.contactUs")}</a>
437
- </Faq>
+ <Faq question={i18n.t("go.faq.q5")}>{i18n.t("go.faq.a5.body")}</Faq>
438
439
440
<Faq question={i18n.t("go.faq.q6")}>{i18n.t("go.faq.a6")}</Faq>
0 commit comments