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
@@ -100,7 +105,16 @@ if (auth_response.status !== "completed") {
100
105
101
106
## Your question is not here?
102
107
103
-
Please go to the [discussions page on
104
-
GitHub](https://github.com/ArcadeAI/arcade-ai/discussions). Someone else may
105
-
have asked something similar already. If not, please start a new discussion and
106
-
we'll get to it as soon as possible.
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