diff --git a/pages/home/faq.mdx b/pages/home/faq.mdx index d6a99966a..63d7896b9 100644 --- a/pages/home/faq.mdx +++ b/pages/home/faq.mdx @@ -3,6 +3,11 @@ title: "Frequently Asked Questions" description: "Frequently asked questions about Arcade" --- +import { Button } from "@/components/ui/button"; +import { + MessagesSquare +} from "lucide-react"; +import Link from "next/link"; import { Tabs } from "nextra/components"; # Frequently Asked Questions @@ -97,3 +102,19 @@ if (auth_response.status !== "completed") { ``` + +## Your question is not here? + +Please go to the discussions page on GitHub. Someone else may have asked something similar already. If not, please start a new discussion and we'll get to it as soon as possible. + + +