You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Frequently asked questions about Arcade"
4
4
---
5
5
6
+
import { Button } from"@/components/ui/button";
7
+
import {
8
+
MessagesSquare
9
+
} from"lucide-react";
10
+
importLinkfrom"next/link";
6
11
import { Tabs } from"nextra/components";
7
12
8
13
# Frequently Asked Questions
@@ -97,3 +102,19 @@ if (auth_response.status !== "completed") {
97
102
```
98
103
</Tabs.Tab>
99
104
</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.
0 commit comments