Skip to content

Commit e0cf5c9

Browse files
authored
link to GH discussions from FAQ (#325)
1 parent fb8edd9 commit e0cf5c9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pages/home/faq.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: "Frequently Asked Questions"
33
description: "Frequently asked questions about Arcade"
44
---
55

6+
import { Button } from "@/components/ui/button";
7+
import {
8+
MessagesSquare
9+
} from "lucide-react";
10+
import Link from "next/link";
611
import { Tabs } from "nextra/components";
712

813
# Frequently Asked Questions
@@ -97,3 +102,19 @@ if (auth_response.status !== "completed") {
97102
```
98103
</Tabs.Tab>
99104
</Tabs>
105+
106+
## Your question is not here?
107+
108+
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.
109+
110+
<Button
111+
asChild
112+
size="lg"
113+
className="h-16 bg-primary px-6 text-white hover:bg-primary/90"
114+
>
115+
<Link href="https://github.com/ArcadeAI/arcade-ai/discussions">
116+
<MessagesSquare className="h-5 w-5" />
117+
<span className="pl-1 pb-1">Get Answers on GitHub</span>
118+
</Link>
119+
</Button>
120+

0 commit comments

Comments
 (0)